[PATCH] D135080: [RISCV] Add patterns for vfmacc for vp.select/vp.merge and vp.fma.

Yeting Kuo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 08:27:18 PDT 2022


fakepaper56 created this revision.
fakepaper56 added reviewers: craig.topper, frasercrmck, reames.
Herald added subscribers: sunshaoce, VincentWu, StephenFan, vkmr, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, 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, pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.

  The patch selects VSELECT_VL and VP_MERGE_VL sdnode with true operand is a
  FMADD_VL and false operand is the adden of the FMADD_VL.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135080

Files:
  llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmacc-vp.ll
  llvm/test/CodeGen/RISCV/rvv/vfmacc-vp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135080.464695.patch
Type: text/x-patch
Size: 220118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221003/e65d5fff/attachment-0001.bin>


More information about the llvm-commits mailing list