[PATCH] D116651: [LegalizeTypes][VP] Add splitting support for vp.select

Victor Perez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 5 04:21:49 PST 2022


victor-eds created this revision.
Herald added subscribers: luke957, frasercrmck, luismarques, apazos, sameer.abuasal, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, 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.

Split vp.select in a similar way as vselect, splitting also the length
parameter.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116651

Files:
  llvm/include/llvm/CodeGen/SelectionDAG.h
  llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
  llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.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: D116651.397523.patch
Type: text/x-patch
Size: 21840 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220105/973292c7/attachment.bin>


More information about the llvm-commits mailing list