[PATCH] D128627: [RISCV] Support VECTOR_REVERSE mask operation.

WangLian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 27 02:06:52 PDT 2022


Jimerlife created this revision.
Jimerlife added reviewers: craig.topper, frasercrmck, benshi001.
Jimerlife added a project: LLVM.
Herald added subscribers: sunshaoce, VincentWu, luke957, StephenFan, vkmr, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya, arichardson.
Herald added a project: All.
Jimerlife requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, eopXD, jacquesguan, MaskRay.

Support vector_reverse mask operation. Widen i1 element type to i8,  then reverse it, finally truncate result.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128627

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/test/CodeGen/RISCV/rvv/named-vector-shuffle-reverse.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128627.440133.patch
Type: text/x-patch
Size: 28408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220627/bd3c102c/attachment.bin>


More information about the llvm-commits mailing list