[all-commits] [llvm/llvm-project] f2ffda: [7/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:14:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f2ffdaaae6bf246a8bc00b4b9924393d10835264
https://github.com/llvm/llvm-project/commit/f2ffdaaae6bf246a8bc00b4b9924393d10835264
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/vssseg2e32_tuple.c
Log Message:
-----------
[7/11][POC][Clang][RISCV] Define tuple type variant of vssseg2e32
For the cover letter of this patch-set, please checkout D146872.
Depends on D147912.
This is the 7th 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 strided segment store is
not removed, and only signed integer strided segment store of NF=2,
EEW=32 is defined here.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D147913
More information about the All-commits
mailing list