The patch made VectorLegalizer expand ISD::VP_FSHL and ISD::VP_FSHR to
achieve the codegen.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D138379
[VP][RISCV] Add vp.fshl/fshr and RISC-V support. ClosedPublic Authored by fakepaper56 on Nov 20 2022, 8:02 AM.
Details Summary The patch made VectorLegalizer expand ISD::VP_FSHL and ISD::VP_FSHR to
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Dec 6 2022, 7:09 PM This revision was landed with ongoing or failed builds.Dec 6 2022, 8:16 PM Closed by commit rG70de0e014013: [VP][RISCV] Add vp.fshl/fshr and RISC-V support. (authored by fakepaper56). · Explain Why This revision was automatically updated to reflect the committed changes. kazu added a reverting change: rG7883e5b061bd: Revert "[VP][RISCV] Add vp.fshl/fshr and RISC-V support.".Dec 6 2022, 10:28 PM
Revision Contents
Diff 480759 llvm/docs/LangRef.rst
llvm/include/llvm/IR/Intrinsics.td
llvm/include/llvm/IR/VPIntrinsics.def
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
llvm/test/Analysis/CostModel/RISCV/rvv-intrinsics.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fshr-fshl-vp.ll
llvm/test/CodeGen/RISCV/rvv/fshr-fshl-vp.ll
llvm/unittests/IR/VPIntrinsicTest.cpp
|
i8 vector types are missing