[PATCH] D147774: [4/N][POC][Clang] Define tuple type variant of vsseg2e32

Yueh-Ting (eop) Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 7 02:24:05 PDT 2023


eopXD created this revision.
eopXD added reviewers: craig.topper, rogfer01, frasercrmck, reames, kito-cheng, nikic.
Herald added subscribers: luke, StephenFan, luismarques, apazos, sameer.abuasal, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb.
Herald added a project: All.
eopXD requested review of this revision.
Herald added subscribers: cfe-commits, pcwang-thead, MaskRay.
Herald added a project: clang.

For the cover letter of this patch-set, please checkout D146872 <https://reviews.llvm.org/D146872>.

Depends on D147731 <https://reviews.llvm.org/D147731>.

This is the 4th 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 segment store is
not removed, and only signed integer unit-strided segment store of NF=2,
EEW=32 is defined here.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D147774

Files:
  clang/include/clang/Basic/riscv_vector.td
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/non-overloaded/vsseg2e32_tuple.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147774.511644.patch
Type: text/x-patch
Size: 5429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230407/bc918a1c/attachment.bin>


More information about the cfe-commits mailing list