-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
[VectorCombine] miscompilation #114901
Labels
Comments
It looks like the ashr operands have been commuted in the fold - will take a look later today |
RKSimon
added a commit
that referenced
this issue
Nov 5, 2024
PhilippRados
pushed a commit
to PhilippRados/llvm-project
that referenced
this issue
Nov 6, 2024
PhilippRados
pushed a commit
to PhilippRados/llvm-project
that referenced
this issue
Nov 6, 2024
…inops The fold needs to be adjusted to correctly track the LHS/RHS operands, which will take some refactoring, for now just disable the fold in this case. Fixes llvm#114901
RKSimon
added a commit
that referenced
this issue
Nov 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alive2 report: https://alive2.llvm.org/ce/z/YwSTI4
The text was updated successfully, but these errors were encountered: