[PATCH] D118032: [SelectionDAG][VP] Add splitting support for VP_MERGE

Fraser Cormack via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 24 04:08:36 PST 2022


frasercrmck created this revision.
frasercrmck added reviewers: craig.topper, victor-eds, rogfer01, simoll, RKSimon.
Herald added subscribers: luke957, ecnelises, luismarques, apazos, sameer.abuasal, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya.
frasercrmck requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, MaskRay.
Herald added a project: LLVM.

This patch adds splitting support for ISD::VP_MERGE, which splits
identically to VP_SELECT and similarly to other select-like nodes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118032

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vpmerge.ll
  llvm/test/CodeGen/RISCV/rvv/vpmerge-sdnode.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118032.402471.patch
Type: text/x-patch
Size: 15649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220124/3e4bd78e/attachment.bin>


More information about the llvm-commits mailing list