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
[CIR][CIRGen] Create a new block after break and continue
Without this patch, CIR CodeGen continue to generate in the same block
after cir.break and cir.continue, which would cause verification error
because cir.break and cir.continue should appear at the end of blocks.
This patch creates a new dangling block after generating cir.break and
cir.continue to fix the issue.
0 commit comments