-
Notifications
You must be signed in to change notification settings - Fork 13.3k
LLVM crash when using @llvm.prefetch
IR on x86
#62839
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
Closed
Labels
Milestone
Comments
@llvm.prefetch
IR on x86
Candidate patch https://reviews.llvm.org/D151050 |
@llvm.prefetch
IR on x86@llvm.prefetch
IR on x86
Wow that was faster than expected. |
@llvm/issue-subscribers-backend-x86 |
Fixed by 022aefa |
/cherry-pick 022aefa |
/branch llvm/llvm-project-release-prs/issue62839 |
/pull-request llvm/llvm-project-release-prs#452 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Using this IR:
Happens on:
I get this crash backtrace:
This breaks prefetch intrinsics in other languages, e.g. rust-lang/rust#111823
The text was updated successfully, but these errors were encountered: