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
The following IR ends up in an infinite loop in the comb.or folder. It's a degenerate case, but the compiler should still not end up in an infinite loop. I think we can just leave the IR as is or fold it to some kind of poison value.
The following IR ends up in an infinite loop in the
comb.or
folder. It's a degenerate case, but the compiler should still not end up in an infinite loop. I think we can just leave the IR as is or fold it to some kind of poison value.With
--debug-only=greedy-rewriter
:The text was updated successfully, but these errors were encountered: