[all-commits] [llvm/llvm-project] 0e9548: [3/11][Clang][RISCV] Expand all variants for unit ...
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Tue Jun 13 23:48:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0e9548bbc5e586bd0ed03c45c885637952ba8d47
https://github.com/llvm/llvm-project/commit/0e9548bbc5e586bd0ed03c45c885637952ba8d47
Author: eopXD <yueh.ting.chen at gmail.com>
Date: 2023-06-13 (Tue, 13 Jun 2023)
Changed paths:
M clang/include/clang/Basic/riscv_vector.td
M clang/lib/Support/RISCVVIntrinsicUtils.cpp
M clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/non-overloaded/vlseg2e32_tuple.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/overloaded/vlseg2e32_tuple.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/policy/non-overloaded/vlseg2e32_tuple.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/policy/overloaded/vlseg2e32_tuple.c
Log Message:
-----------
[3/11][Clang][RISCV] Expand all variants for unit stride segment load
This is the 3rd patch of the patch-set. For the cover letter, please
checkout D152069.
Depends on D152070.
This patch expands all variants of unit stride segment load, including
the policy variants. This patch also fixes the trailing suffix in the
intrinsics' function name that representing the return type, adding
`x{NF}`.
Currently the tuple type co-exists with the non-tuple type intrinsics.
Since the co-existance is temporary, this patch only adds test cases of
all variants for vlseg2e32 to show the capability done.
Test cases of other data type and NF will be added in the patch-set
when the replacement happens.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D152071
More information about the All-commits
mailing list