| Issue |
175868
|
| Summary |
AArch64 __SVUint64_t + safe-stack: Cannot implicitly convert a scalable size to a fixed-width size in `TypeSize::operator ScalarTy()`
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
aeubanks
|
```
$ cat /tmp/a.cc
__attribute__((target("+sve2+sve2-aes,+sve"))) void f() { __SVUint64_t pivot; }
$ clang -cc1 -triple aarch64-grtev4-linux-gnu -emit-obj -fsanitize=safe-stack /tmp/a.cc
fatal error: error in backend: Cannot implicitly convert a scalable size to a fixed-width size in `TypeSize::operator ScalarTy()`
```
seems to only happen with `-fsanitize=safe-stack`
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs