-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assertion failure with nested scoped values #53521
Labels
bug
Indicates an unexpected problem or unintended behavior
compiler:optimizer
Optimization passes (mostly in base/compiler/ssair/)
Comments
Slightly reduced:
|
oscardssmith
added
the
compiler:optimizer
Optimization passes (mostly in base/compiler/ssair/)
label
Mar 3, 2024
Keno
added a commit
that referenced
this issue
Mar 7, 2024
Sroa was incorrectly assuming that every :leave leaves exactly one scope. In reality, it leaves as many scopes as the corresponding :leave references. Fix that to fix #53521.
Keno
added a commit
that referenced
this issue
Mar 7, 2024
Sroa was incorrectly assuming that every :leave leaves exactly one scope. In reality, it leaves as many scopes as the corresponding :leave references. Fix that to fix #53521.
Keno
added a commit
that referenced
this issue
Mar 8, 2024
Sroa was incorrectly assuming that every :leave leaves exactly one scope. In reality, it leaves as many scopes as the corresponding :leave references. Fix that to fix #53521.
KristofferC
pushed a commit
that referenced
this issue
Mar 15, 2024
mkitti
pushed a commit
to mkitti/julia
that referenced
this issue
Apr 13, 2024
Sroa was incorrectly assuming that every :leave leaves exactly one scope. In reality, it leaves as many scopes as the corresponding :leave references. Fix that to fix JuliaLang#53521.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Indicates an unexpected problem or unintended behavior
compiler:optimizer
Optimization passes (mostly in base/compiler/ssair/)
On current
master
(77c0672) the following example:triggers an assertion failure
Possibly related #52819
cc: @Keno @vchuravy
The text was updated successfully, but these errors were encountered: