[all-commits] [llvm/llvm-project] 163cb3: [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 12:04:29 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 163cb33854ea754bae64d35726096b1bf99356c3
https://github.com/llvm/llvm-project/commit/163cb33854ea754bae64d35726096b1bf99356c3
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
Previous commit 8b00b24f8505 missed to add `int_ceil` anchor for the
llvm.ceil.* section under LangRef.rst
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D134586
More information about the All-commits
mailing list