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
[IR][JumpThreading] Fix infinite recursion on compare self-reference
In unreachable code, constant PHI nodes may appear and be replaced by
their single value. As a result, instructions may become
self-referencing. This commit adds checks to avoid going into infinite
recursion when handling self-referencing compare instructions in
`evaluateOnPredecessorEdge()`.
0 commit comments