[PATCH] D130685: [LegalizeTypes][VP] Add split operand support for VP_FPTOSI/VP_FPTOUI/VP_SITOFP/VP_UITOFP

WangLian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 28 00:08:47 PDT 2022


Jimerlife created this revision.
Jimerlife added reviewers: craig.topper, simoll, frasercrmck, benshi001.
Jimerlife added a project: LLVM.
Herald added subscribers: StephenFan, 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.
Herald added a project: All.
Jimerlife requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, jacquesguan, MaskRay.

Split result support in this D126847 <https://reviews.llvm.org/D126847>, but lack split operand support.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130685

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/test/CodeGen/RISCV/rvv/vfptosi-vp.ll
  llvm/test/CodeGen/RISCV/rvv/vfptoui-vp.ll
  llvm/test/CodeGen/RISCV/rvv/vsitofp-vp.ll
  llvm/test/CodeGen/RISCV/rvv/vuitofp-vp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130685.448245.patch
Type: text/x-patch
Size: 15487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220728/d9a1e12d/attachment.bin>


More information about the llvm-commits mailing list