[PATCH] D145383: [RISCV] Support ISD::STRICT_FADD/FSUB/FMUL/FDIV/FMA for scalable vector types.

Yeting Kuo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 07:15:40 PST 2023


fakepaper56 created this revision.
fakepaper56 added reviewers: craig.topper, reames, frasercrmck, rogfer01.
Herald added subscribers: luke, VincentWu, mstorsjo, vkmr, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, hiraditya, arichardson.
Herald added a project: All.
fakepaper56 requested review of this revision.
Herald added subscribers: llvm-commits, alextsao1999, pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.

It makes RISC-V serve llvm.experimental.constrained.*.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145383

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
  llvm/test/CodeGen/RISCV/rvv/vfadd-constrained-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vfdiv-constrained-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vfmadd-constrained-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vfmsub-constrained-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vfmul-constrained-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vfnmadd-constrained-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vfnmsub-constrained-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vfsub-constrained-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vfwadd-constrained-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vfwmacc-constrained-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vfwmul-constrained-sdnode.ll
  llvm/test/CodeGen/RISCV/rvv/vfwsub-constrained-sdnode.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145383.502637.patch
Type: text/x-patch
Size: 296972 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230306/c42f6654/attachment-0001.bin>


More information about the llvm-commits mailing list