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
Loop counter resetting must not result in unlimited unwinding
Loops with multiple entry points previously resulted in unlimited
unwinding as loop counters were wrongly being reset via edges leaving
one of the loops (and entering the other).
0 commit comments