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
Avoid the use of is_backwards_goto while unwinding
The method may in some cases (e.g. ite4 termination regression test)
cause a segfault for unknown reasons. Flip the condition, check using
incoming edges if an instruction is loop head rather than checking
if a goto is loop exit.
Signed-off-by: František Nečas <[email protected]>
0 commit comments