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
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
One thing that stood out to me in @ioannad's great write up is that catch_br is not allowed to redirect to a try-unwind. I was wondering whether it might be possible for the CFG mismatch problem to affect two different unwind blocks. Unless we can prove that the CFG problem cannot affect unwind blocks, it seems like it would be a good idea to allow catch_br to target them.
The text was updated successfully, but these errors were encountered:
One thing that stood out to me in @ioannad's great write up is that
catch_br
is not allowed to redirect to atry-unwind
. I was wondering whether it might be possible for the CFG mismatch problem to affect two differentunwind
blocks. Unless we can prove that the CFG problem cannot affect unwind blocks, it seems like it would be a good idea to allowcatch_br
to target them.The text was updated successfully, but these errors were encountered: