[PATCH] D124144: [RISCV][SelectionDAG] Support VP_ADD/VP_MUL/VP_SUB mask operations

WangLian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 01:15:37 PDT 2022


Jimerlife updated this revision to Diff 424122.
Jimerlife edited the summary of this revision.
Jimerlife added a comment.

Address comments. 
1.Move CheckVPMaskOp to SelectionDAG::getNode.

2. use VP_AND replace VP_MUL


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124144/new/

https://reviews.llvm.org/D124144

Files:
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/test/CodeGen/RISCV/fixed-vectors-vadd-vp-mask.ll
  llvm/test/CodeGen/RISCV/fixed-vectors-vmul-vp-mask.ll
  llvm/test/CodeGen/RISCV/fixed-vectors-vsub-vp-mask.ll
  llvm/test/CodeGen/RISCV/vadd-vp-mask.ll
  llvm/test/CodeGen/RISCV/vmul-vp-mask.ll
  llvm/test/CodeGen/RISCV/vsub-vp-mask.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124144.424122.patch
Type: text/x-patch
Size: 21150 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220421/bd547f56/attachment.bin>


More information about the llvm-commits mailing list