[all-commits] [llvm/llvm-project] 5eb1b1: [9/11][POC][Clang][RISCV] Define tuple type varian...
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Mon May 22 04:25:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5eb1b1fc1f889f22792d937b57cccaee06771797
https://github.com/llvm/llvm-project/commit/5eb1b1fc1f889f22792d937b57cccaee06771797
Author: eopXD <yueh.ting.chen at gmail.com>
Date: 2023-05-22 (Mon, 22 May 2023)
Changed paths:
M clang/include/clang/Basic/riscv_vector.td
A clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/non-overloaded/vsoxseg2ei32_tuple.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/non-overloaded/vsuxseg2ei32_tuple.c
Log Message:
-----------
[9/11][POC][Clang][RISCV] Define tuple type variant of vsoxseg2ei32 vsuxseg2ei32
For the cover letter of this patch-set, please checkout D146872.
Depends on D147914.
This is the 9th patch of the patch-set.
This patch is a proof-of-concept and will be extended to full coverage
in the future. Currently, the old non-tuple indexed segment store is
not removed, and only signed integer indexed segment store of NF=2,
EEW=32 is defined here.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D147915
More information about the All-commits
mailing list