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
[BreakCritEdges] Check whether IndirectBr is the terminator of the block
Critical edges with an IndirectBr terminator cannot be split.
We have already handled it with Assertion, but change it to checking
whether block has IndirectBr terminator.
Fixes : #150229
0 commit comments