The patch also added function expandVPBSWAP to expand ISD::VP_BSWAP nodes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D137928
[VP][RISCV] Add vp.bswap and RISC-V support. ClosedPublic Authored by fakepaper56 on Nov 14 2022, 2:25 AM.
Details Summary The patch also added function expandVPBSWAP to expand ISD::VP_BSWAP nodes.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 15 2022, 9:44 AM This revision was landed with ongoing or failed builds.Nov 15 2022, 7:36 PM Closed by commit rG5c3ca10b097e: [VP][RISCV] Add vp.bswap and RISC-V support. (authored by fakepaper56). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 475088 llvm/docs/LangRef.rst
llvm/include/llvm/CodeGen/TargetLowering.h
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/test/CodeGen/RISCV/rvv/bswap-vp.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-bswap-vp.ll
llvm/unittests/IR/VPIntrinsicTest.cpp
|