[7/11][Clang][RISCV] Expand all variants for strided segment store
authoreopXD <yueh.ting.chen@gmail.com>
Sat, 3 Jun 2023 03:07:08 +0000 (20:07 -0700)
committereopXD <yueh.ting.chen@gmail.com>
Wed, 14 Jun 2023 07:06:58 +0000 (00:06 -0700)
commit91b90e0ea0ec096bfc7e7293d6dd2f6bb4c5d5b0
tree9e16a894613a111db2300697bbe29cd780871479
parent06c0b0ac5a5412db9bfbdcb2a060a4d94919ebb7
[7/11][Clang][RISCV] Expand all variants for strided segment store

This is the 7th patch of the patch-set. For the cover letter, please
checkout D152069.

Depends on D152074.

This patch expands all variants for strided segment store. The store
intrinsics does not have any policy variants. This patch also fixes the
trailing suffix in the intrinsics' function name that representing the
return type, adding `x{NF}`.

For the same reason mentioned in [3/11], only full test case for
vssseg2e32 is added for now.

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D152075
clang/include/clang/Basic/riscv_vector.td
clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/non-overloaded/vssseg2e32_tuple.c
clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/overloaded/vssseg2e32_tuple.c [new file with mode: 0644]