[all-commits] [llvm/llvm-project] 7883e5: Revert "[VP][RISCV] Add vp.fshl/fshr and RISC-V su...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Tue Dec 6 22:27:57 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7883e5b061bdbbe8bee5f479ebe911db5045b7e9
https://github.com/llvm/llvm-project/commit/7883e5b061bdbbe8bee5f479ebe911db5045b7e9
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-06 (Tue, 06 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
R llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fshr-fshl-vp.ll
R llvm/test/CodeGen/RISCV/rvv/fshr-fshl-vp.ll
M llvm/unittests/IR/VPIntrinsicTest.cpp
Log Message:
-----------
Revert "[VP][RISCV] Add vp.fshl/fshr and RISC-V support."
This reverts commit 70de0e014013b4d97febe6704881a9a8c893d078.
I'm seeing:
Failed Tests (2):
LLVM :: CodeGen/RISCV/rvv/fixed-vectors-fshr-fshl-vp.ll
LLVM :: CodeGen/RISCV/rvv/fshr-fshl-vp.ll
Also reported at:
https://lab.llvm.org/buildbot/#/builders/123/builds/14531
More information about the All-commits
mailing list