-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[AArch64][SVE] Invalid size request on a scalable vector #54423
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
Comments
@llvm/issue-subscribers-backend-aarch64 |
The same occurs with fadd, fsub, fmul, fdiv and fcmp
|
|
It seems similar to #42304 |
The case fadd is fixed with D128286, which update the |
icmp <vscale x 24 x i8>
https://godbolt.org/z/a1eeWPr4PCrashes with target triple = "aarch64-linux-gnu" -mattr=+sve2 -O3
The same occurs with
fadd
,fsub
,fmul
,fdiv
andfcmp
e.g.
fadd <vscale x 6 x float>
https://godbolt.org/z/s9n4KbcncThe text was updated successfully, but these errors were encountered: