-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
InstCombine calculated a wrong insertelement
instruction
#84025
Comments
This was referenced Mar 5, 2024
Looks like this bug is almost 11 years old: feb3471! Thanks for fixing |
Based on my experience, we likely have many more latent bugs. :) |
/cherry-pick e96c0c1 |
llvmbot
pushed a commit
to llvmbot/llvm-project
that referenced
this issue
Mar 5, 2024
Fixes llvm#84025. (cherry picked from commit e96c0c1)
/pull-request #84080 |
cbeuw
pushed a commit
to cbeuw/llvm-project
that referenced
this issue
Mar 6, 2024
llvmbot
pushed a commit
to llvmbot/llvm-project
that referenced
this issue
Mar 11, 2024
Fixes llvm#84025. (cherry picked from commit e96c0c1)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried this IR:
I expect
src
to be:But I'm getting the same instructions as
tgt
.Godbolt: https://llvm.godbolt.org/z/KnMEY4rTq
Alive2: https://alive2.llvm.org/ce/z/7FIJNi
From: rust-lang/rust#121996
The text was updated successfully, but these errors were encountered: