[all-commits] [llvm/llvm-project] 804306: [11/11][Clang][RISCV] Expand all variants for vset...
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Wed Jun 14 00:10:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 804306b382152017861f6cacc54d3d4d4c2e9076
https://github.com/llvm/llvm-project/commit/804306b382152017861f6cacc54d3d4d4c2e9076
Author: eopXD <yueh.ting.chen at gmail.com>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M clang/include/clang/Basic/riscv_vector.td
M clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/non-overloaded/vset.c
R clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/non-overloaded/vset_tuple.c
M clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/overloaded/vset.c
M clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/vset-index-out-of-range.c
Log Message:
-----------
[11/11][Clang][RISCV] Expand all variants for vset on tuple types
This is the 11th patch of the patch-set. For the cover letter, please
checkout D152069.
Depends on D152078.
This patch also fixes the suffix for non-overloaded variants for
vset on tuple types.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D152079
More information about the All-commits
mailing list