forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cfg_simplify: Correctly handle must-throw blocks (JuliaLang#54216)
We have a special exception in our IR that allows `::Union{}` marked instructions to act as an `unreachable` terminator. Without this fix, we were advancing into the subsequent block despite it not being a successor.
- Loading branch information
1 parent
96866cb
commit 729a8c9
Showing
2 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters