[PATCH] D135753: [VP] Teach isVPBinaryOp to recognize vp.smin/smax/umin/umax/minnum/maxnum.

Yeting Kuo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 16:21:23 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG55ae180a4cb7: [VP] Teach isVPBinaryOp to recognize vp.smin/smax/umin/umax/minnum/maxnum. (authored by fakepaper56).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135753

Files:
  llvm/include/llvm/IR/VPIntrinsics.def
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vmax-vp.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vmaxu-vp.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vmin-vp.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vminu-vp.ll
  llvm/test/CodeGen/RISCV/rvv/vmax-vp.ll
  llvm/test/CodeGen/RISCV/rvv/vmaxu-vp.ll
  llvm/test/CodeGen/RISCV/rvv/vmin-vp.ll
  llvm/test/CodeGen/RISCV/rvv/vminu-vp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135753.469072.patch
Type: text/x-patch
Size: 12801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221019/9e0d3a70/attachment.bin>


More information about the llvm-commits mailing list