-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[clang] Miscompilation at -O2/3 #121745
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
Labels
Comments
Reduced testcase: https://alive2.llvm.org/ce/z/6Bg63G
|
Looking into it now, thanks |
Thank God! clang19 works as expected. |
github-actions bot
pushed a commit
to arm/arm-toolchain
that referenced
this issue
Jan 10, 2025
…needed. Legalize extract-from-ends using uniform VPReplicateRecipe of wide inductions to use regular VPReplicateRecipe, so the correct end value is available. Fixes llvm/llvm-project#121745.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This code prints 8 at
-O0/1
and prints 1 at-O2/3
:Compiler Explorer: https://godbolt.org/z/MEKz8oncP
Bisected to df4a615, which was committed by @fhahn
The text was updated successfully, but these errors were encountered: