[PATCH] D126847: [LegalizeTypes][VP] Add widen and split support for VP FP integer casting op.

Jianjian Guan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 20:03:40 PDT 2022


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

This patch adds widen and split support for VP_FPTOSI, VP_FPTOUI, VP_SITOFP and VP_UITOFP.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126847

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fptosi-vp.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fptoui-vp.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-sitofp-vp.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-uitofp-vp.ll
  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: D126847.433631.patch
Type: text/x-patch
Size: 22403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220602/8c44ea69/attachment-0001.bin>


More information about the llvm-commits mailing list