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
If we have a high-level block, BBX, that loops to itself, then the
BlockDisambiguate pass will insert a disambiguation block, BBY, for it.
But if there are PHI nodes at the top of BBX with incoming values from
the bottom of BBX, then we need to update the incoming block from BBX to
BBY.
We were failing to do this and it was making the compiler crash when I
amended a test to use YkLocations.
0 commit comments