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