[2/11][Clang][RISCV] Expand all variants of RVV intrinsic tuple types
authoreopXD <yueh.ting.chen@gmail.com>
Sun, 28 May 2023 13:14:11 +0000 (06:14 -0700)
committereopXD <yueh.ting.chen@gmail.com>
Wed, 14 Jun 2023 06:45:31 +0000 (23:45 -0700)
commit5847ec4deba28b7ac57953e39e7555e741650c92
treeb3fce71fde6cf4d0c1185ea478907657e97f253f
parent66546d94fc6a3207a4f4df298e19c5aae04d0388
[2/11][Clang][RISCV] Expand all variants of RVV intrinsic tuple types

This is the 2nd patch of the patch-set. For the cover letter, please
checkout D152069.

Depends on D152069.

This patch also removes redundant checks related to tuples and dedicate
the check to happen in `RVVType::verifyType`.

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D152070
clang/include/clang/Basic/RISCVVTypes.def
clang/include/clang/Support/RISCVVIntrinsicUtils.h
clang/lib/Support/RISCVVIntrinsicUtils.cpp
clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/rvv-intrinsic-datatypes.cpp
clang/utils/TableGen/RISCVVEmitter.cpp