[all-commits] [llvm/llvm-project] deb63f: [5/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:05:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: deb63f4a54e66b44e81ccc249f5c9ae786b16d27
https://github.com/llvm/llvm-project/commit/deb63f4a54e66b44e81ccc249f5c9ae786b16d27
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/vlseg2e32ff_tuple.c
Log Message:
-----------
[5/11][POC][Clang][RISCV] Define tuple type variant of vlseg2e32ff
For the cover letter of this patch-set, please checkout D146872.
Depends on D147774.
This is the 5th 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 unit-stride fault-first
segment load is not removed, and only signed integer unit-stride
fault-first segment load of NF=2, EEW=32 is defined here.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D147911
More information about the All-commits
mailing list