You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Renames `iterate_to_fixpoint` to `iterate_reachable_to_fixpoint`.
* Adds to `framework::Enginge` a new method with the old name
(`iterate_to_fixpoint`). The new method computes the fixpoint over
all basic blocks, instead of just the reachable ones.
* Changes one occurrence of `iterate_to_fixpoint` to
`iterate_reachable_to_fixpoint` where the analysis seemed to care
about only reachable basic blocks.
0 commit comments