-
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
Assertion Failure in Vector Combine #110382
Labels
Milestone
Comments
|
Looks like foldShuffleToIdentity is attempting to fold the operand bundle on the fshl call |
This was referenced Oct 8, 2024
davemgreen
added a commit
to davemgreen/llvm-project
that referenced
this issue
Oct 9, 2024
This bails out if we see an intrinsic with an operand bundle on it, to make sure we don't process the bundles incorrectly. Fixes llvm#110382.
davemgreen
added a commit
to davemgreen/llvm-project
that referenced
this issue
Oct 9, 2024
This bails out if we see an intrinsic with an operand bundle on it, to make sure we don't process the bundles incorrectly. Fixes llvm#110382.
Zentrik
pushed a commit
to Zentrik/llvm-project
that referenced
this issue
Oct 9, 2024
This bails out if we see an intrinsic with an operand bundle on it, to make sure we don't process the bundles incorrectly. Fixes llvm#110382.
giordano
pushed a commit
to JuliaLang/llvm-project
that referenced
this issue
Oct 9, 2024
This bails out if we see an intrinsic with an operand bundle on it, to make sure we don't process the bundles incorrectly. Fixes llvm#110382.
giordano
pushed a commit
to JuliaLang/llvm-project
that referenced
this issue
Oct 9, 2024
This bails out if we see an intrinsic with an operand bundle on it, to make sure we don't process the bundles incorrectly. Fixes llvm#110382.
/cherry-pick c136d32 |
llvmbot
pushed a commit
to llvmbot/llvm-project
that referenced
this issue
Oct 10, 2024
This bails out if we see an intrinsic with an operand bundle on it, to make sure we don't process the bundles incorrectly. Fixes llvm#110382. (cherry picked from commit c136d32)
github-project-automation
bot
moved this from Needs Triage
to Done
in LLVM Release Status
Oct 10, 2024
/pull-request #111796 |
tru
pushed a commit
to llvmbot/llvm-project
that referenced
this issue
Oct 15, 2024
This bails out if we see an intrinsic with an operand bundle on it, to make sure we don't process the bundles incorrectly. Fixes llvm#110382. (cherry picked from commit c136d32)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Runnning vector-combine pass on
produces
Godbolt: https://godbolt.org/z/MGefYs3M5
The text was updated successfully, but these errors were encountered: