Skip to content

Instantly share code, notes, and snippets.

@dnadlinger
Created March 30, 2019 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnadlinger/ed24cf62b92f1751f3ffe70bee499a6f to your computer and use it in GitHub Desktop.
Save dnadlinger/ed24cf62b92f1751f3ffe70bee499a6f to your computer and use it in GitHub Desktop.
# If this is a variable, we might need to contract the live range.
for name in self._names_of(target):
region = self._region_of(name)
if not region.present():
for env in self.env_stack:
if name.id in env:
env[name.id] = value_region
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment