Skip to content

Commit

Permalink
Update on "[compiler] Represent phis with places rather than identifi…
Browse files Browse the repository at this point in the history
…ers"

Summary:
The fact that phis are identifiers rather than places is unfortunate in a few cases. In some later analyses, we might wish to know whether a phi is reactive, but we don't have an easy way to do that currently.

Most of the changes here is just replacing phi.id with phi.place.identifier and such. Interesting bits are EnterSSA (several functions now take places rather than identifiers, and InferReactivePlaces now needs to mark places as reactive explicitly.

[ghstack-poisoned]
  • Loading branch information
mvitousek committed Oct 10, 2024
1 parent f8c0c3e commit 77a3473
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 77a3473

Please sign in to comment.