-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Crash in ARM instruction selection for fp_round #53533
Comments
@llvm/issue-subscribers-backend-arm |
I thought I had a second issue, but I realize I mistakenly ignored the first line. I suspect that this bugpoint-reduced case might be helpful too. bugpoint-reduced-simplified.ll.txt is the source file for this case, which is definitely a bit smaller.
|
Only triggers when the fullfp16 target feature (introduced in v8.2A, adds instructions for arithmetic on half-precision scalars and vectors) is enabled. Bisected to d16037d, which was the start of codegen support for that feature, so I don't think this has ever worked properly. |
This is one reduced crasher from android/ndk#1608. The LLVM IR input can be found at Arm82InstanceNorm-22e98b.ll.txt. Drop the
.txt
to get the original file that crashes withllc
.The text was updated successfully, but these errors were encountered: