| Issue |
64699
|
| Summary |
[RISC-V] Compilation failure with RVV tuple type as function parameter
|
| Labels |
backend:RISC-V
|
| Assignees |
eopXD
|
| Reporter |
eopXD
|
https://godbolt.org/z/feYEaeTr8
```
#include <riscv_vector.h>
__rvv_int32m1x2_t baz(__rvv_int32m1x2_t v_tuple);
__rvv_int32m1x2_t quux(__rvv_int32m1x2_t v_tuple) {
return baz(v_tuple);
}
```
With compilation of `-march=rv64gcv`.
@asb We should back-port this to the LLVM 17.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs