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
Emit trap before exit when lowering unreachable instructions.
We only insert exit to correct the CFG, but shouldn't execute it.
Make sure to insert trap first so that the behavior of the unreachable
remains the same.
0 commit comments