[PATCH] D134759: [VP][RISCV] Add vp.floor, vp.round, vp.roundeven and their RISC-V support
Yueh-Ting (eop) Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 18:21:57 PDT 2022
eopXD updated this revision to Diff 463387.
eopXD added a comment.
Remove redundant `/` in comment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134759/new/
https://reviews.llvm.org/D134759
Files:
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/fixed-vectors-floor-vp.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-round-vp.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-roundeven-vp.ll
llvm/test/CodeGen/RISCV/rvv/floor-vp.ll
llvm/test/CodeGen/RISCV/rvv/round-vp.ll
llvm/test/CodeGen/RISCV/rvv/roundeven-vp.ll
llvm/unittests/IR/VPIntrinsicTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134759.463387.patch
Type: text/x-patch
Size: 213034 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220928/4c2598e9/attachment-0001.bin>
More information about the llvm-commits
mailing list