This patch supports arithmetic, bitwise logical, compare, shift and subscript operators for RVV sizeless vector types.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/CodeGen/riscv-rvv-vla-arith-ops.c | ||
---|---|---|
4 | I misunderstand it. Please ignore the comment. |
clang/test/CodeGen/riscv-rvv-vla-arith-ops.c | ||
---|---|---|
91 | Thanks to point it. I added fp16 vector cases. |
Comment Actions
Need to update the table here https://clang.llvm.org/docs/LanguageExtensions.html#vector-operations to include RVV
Why do we need this, but SVE doesn't?