[PATCH] D110388: [SelectionDAG] Make WidenVecRes_SELECT work for scalable vectors

eric tang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 24 00:38:47 PDT 2021


tangxingxin1008 created this revision.
tangxingxin1008 added reviewers: craig.topper, frasercrmck, david-arm, sdesmalen.
Herald added subscribers: ecnelises, 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.
tangxingxin1008 requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

  This change make WidenVecRes_SELECT work for scalable vectors.
  
  This patch is split from [D110319](https://reviews.llvm.org/D110319)


Signed-off-by: Eric Tang <tangxingxin1008 at gmail.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110388

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/test/CodeGen/AArch64/sve-pred-log.ll
  llvm/test/CodeGen/AArch64/sve-select.ll
  llvm/test/CodeGen/RISCV/rvv/vselect-int-rv32.ll
  llvm/test/CodeGen/RISCV/rvv/vselect-int-rv64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110388.374742.patch
Type: text/x-patch
Size: 8474 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210924/46f0e7e0/attachment-0001.bin>


More information about the llvm-commits mailing list