-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
error in backend: Invalid size request on a scalable vector #107370
Comments
@llvm/issue-subscribers-backend-aarch64 Author: Kyrill Tkachov (ktkachov)
```
#include <arm_sve.h>
svint64x2_t
return result;
fatal error: error in backend: Invalid size request on a scalable vector.
|
Fixed by #108008 |
@llvm/issue-subscribers-clang-codegen Author: Kyrill Tkachov (ktkachov)
```
#include <arm_sve.h>
svint64x2_t
return result;
fatal error: error in backend: Invalid size request on a scalable vector.
|
Compiled with -O2 -mcpu=neoverse-v2 crashes:
https://godbolt.org/z/P8TsPxG7Y
The text was updated successfully, but these errors were encountered: