[VP][RISCV] Add vp.ceil and RISC-V support
authoreopXD <yueh.ting.chen@gmail.com>
Sat, 24 Sep 2022 12:52:55 +0000 (05:52 -0700)
committereopXD <yueh.ting.chen@gmail.com>
Tue, 27 Sep 2022 18:08:27 +0000 (11:08 -0700)
commit8b00b24f8505970f54eab85aad8db5845a635850
tree0935c953ca99ea334844b43d3f0a3cab6910657f
parenta3e60044d75823a3cd8e35de76b7bde2599fe740
[VP][RISCV] Add vp.ceil and RISC-V support

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D134586
llvm/docs/LangRef.rst
llvm/include/llvm/IR/Intrinsics.td
llvm/include/llvm/IR/VPIntrinsics.def
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/test/CodeGen/RISCV/rvv/ceil-vp.ll [new file with mode: 0644]
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-ceil-vp.ll [new file with mode: 0644]
llvm/unittests/IR/VPIntrinsicTest.cpp