[PATCH] D115546: [RISCV][VP] Add RVV codegen for [nX]vXi1 vp.select

Victor Perez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 10 11:42:05 PST 2021


victor-eds created this revision.
Herald added subscribers: VincentWu, luke957, achieveartificialintelligence, vkmr, frasercrmck, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya.
victor-eds requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

Expand [nX]vXi1 vp.select the same way as [nX]vXi1 vselect.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115546

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vselect-vp.ll
  llvm/test/CodeGen/RISCV/rvv/vselect-vp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115546.393556.patch
Type: text/x-patch
Size: 11417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211210/80b02724/attachment.bin>


More information about the llvm-commits mailing list