-
Notifications
You must be signed in to change notification settings - Fork 12.3k
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
[SLPVectorizer] Miscompile at O3 #105988
Labels
Comments
dtcxzyw
added
miscompilation
llvm:optimizations
needs-reduction
Large reproducer that should be reduced into a simpler form
labels
Aug 25, 2024
Reproducer: https://alive2.llvm.org/ce/z/GCXoe9
Output:
|
dtcxzyw
removed
the
needs-reduction
Large reproducer that should be reduced into a simpler form
label
Aug 25, 2024
5c4lar
pushed a commit
to 5c4lar/llvm-project
that referenced
this issue
Aug 29, 2024
If the node is not in MinBWs container and the user node is icmp node, the compiler should not check the type size of the user instruction, it is always 1 and is not good for actual bitwidth analysis. Fixes llvm#105988
dmpolukhin
pushed a commit
to dmpolukhin/llvm-project
that referenced
this issue
Sep 2, 2024
If the node is not in MinBWs container and the user node is icmp node, the compiler should not check the type size of the user instruction, it is always 1 and is not good for actual bitwidth analysis. Fixes llvm#105988
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproducer: https://gist.github.com/dtcxzyw/117dc735db97658ea852d30fd896242a
llvm version: 1193f7d
The text was updated successfully, but these errors were encountered: