[PATCH] D124080: [RISCV] Support VP_ADD/VP_SUB/VP_MUL mask operation

WangLian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 03:01:57 PDT 2022


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

Support VP_ADD/VP_SUB/VP_MUL mask operation


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124080

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vadd-vp-mask.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vmul-vp-mask.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vsub-vp-mask.ll
  llvm/test/CodeGen/RISCV/rvv/vadd-vp-mask.ll
  llvm/test/CodeGen/RISCV/rvv/vmul-vp-mask.ll
  llvm/test/CodeGen/RISCV/rvv/vsub-vp-mask.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124080.423857.patch
Type: text/x-patch
Size: 38507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220420/baaddd9c/attachment.bin>


More information about the llvm-commits mailing list