[all-commits] [llvm/llvm-project] 55ae18: [VP] Teach isVPBinaryOp to recognize vp.smin/smax/...

Yeting Kuo via All-commits all-commits at lists.llvm.org
Wed Oct 19 16:21:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 55ae180a4cb7fc68b3ac153f07752c8c6a2d92f0
      https://github.com/llvm/llvm-project/commit/55ae180a4cb7fc68b3ac153f07752c8c6a2d92f0
  Author: Yeting Kuo <yeting.kuo at sifive.com>
  Date:   2022-10-20 (Thu, 20 Oct 2022)

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

  Log Message:
  -----------
  [VP] Teach isVPBinaryOp to recognize vp.smin/smax/umin/umax/minnum/maxnum.

Those vp intrinsics should be vp binary operations.

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D135753




More information about the All-commits mailing list