[all-commits] [llvm/llvm-project] 8b00b2: [VP][RISCV] Add vp.ceil and RISC-V support
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Tue Sep 27 11:08:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b00b24f8505970f54eab85aad8db5845a635850
https://github.com/llvm/llvm-project/commit/8b00b24f8505970f54eab85aad8db5845a635850
Author: eopXD <yueh.ting.chen at gmail.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/ceil-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-ceil-vp.ll
M llvm/unittests/IR/VPIntrinsicTest.cpp
Log Message:
-----------
[VP][RISCV] Add vp.ceil and RISC-V support
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D134586
More information about the All-commits
mailing list