[all-commits] [llvm/llvm-project] 5847ec: [2/11][Clang][RISCV] Expand all variants of RVV in...
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Tue Jun 13 23:45:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5847ec4deba28b7ac57953e39e7555e741650c92
https://github.com/llvm/llvm-project/commit/5847ec4deba28b7ac57953e39e7555e741650c92
Author: eopXD <yueh.ting.chen at gmail.com>
Date: 2023-06-13 (Tue, 13 Jun 2023)
Changed paths:
M clang/include/clang/Basic/RISCVVTypes.def
M clang/include/clang/Support/RISCVVIntrinsicUtils.h
M clang/lib/Support/RISCVVIntrinsicUtils.cpp
M clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/rvv-intrinsic-datatypes.cpp
M clang/utils/TableGen/RISCVVEmitter.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list