[all-commits] [llvm/llvm-project] 0f8c76: [VP][RISCV] Recommit "Add vp.fshl/fshr and RISC-V ...
Yeting Kuo via All-commits
all-commits at lists.llvm.org
Tue Dec 6 23:58:27 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f8c761c487486f512eaae27c22bfd15d67ec44d
https://github.com/llvm/llvm-project/commit/0f8c761c487486f512eaae27c22bfd15d67ec44d
Author: Yeting Kuo <yeting.kuo at sifive.com>
Date: 2022-12-07 (Wed, 07 Dec 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/LegalizeVectorOps.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/test/Analysis/CostModel/RISCV/rvv-intrinsics.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fshr-fshl-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fshr-fshl-vp.ll
M llvm/unittests/IR/VPIntrinsicTest.cpp
Log Message:
-----------
[VP][RISCV] Recommit "Add vp.fshl/fshr and RISC-V support."
This reverts commit 7883e5b061bdbbe8bee5f479ebe911db5045b7e9.
The original commit was reverted that it didn't update test files after D136263
landed. The recommit fixed those.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D139509
More information about the All-commits
mailing list