[all-commits] [llvm/llvm-project] 04e130: [VP][RISCV] Add vp.maxnum and vp.minnum intrinsics...

Yeting Kuo via All-commits all-commits at lists.llvm.org
Mon Sep 26 22:37:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 04e1301f3d4a1f601677573e02ccdad03c7f9398
      https://github.com/llvm/llvm-project/commit/04e1301f3d4a1f601677573e02ccdad03c7f9398
  Author: Yeting Kuo <yeting.kuo at sifive.com>
  Date:   2022-09-27 (Tue, 27 Sep 2022)

  Changed paths:
    M llvm/docs/LangRef.rst
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/VPIntrinsics.def
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmax-vp.ll
    A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmin-vp.ll
    A llvm/test/CodeGen/RISCV/rvv/vfmax-vp.ll
    A llvm/test/CodeGen/RISCV/rvv/vfmin-vp.ll
    M llvm/unittests/IR/VPIntrinsicTest.cpp

  Log Message:
  -----------
  [VP][RISCV] Add vp.maxnum and vp.minnum intrinsics and RISC-V support.

Add vp.maxnum and vp.minnum which are vector predicted intrinsics of llvm.maxnum
and llvm.minnum.

Reviewed By: craig.topper

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




More information about the All-commits mailing list