Skip to content

Commit 77a3473

Browse files
committed
Update on "[compiler] Represent phis with places rather than identifiers"
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]
1 parent f8c0c3e commit 77a3473

0 file changed

File tree

    0 commit comments

    Comments
     (0)