The patch also adds expandVPCTPOP in TargetLowering to expand VP_CTPOP nodes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D139920
[VP][RISCV] Add vp.ctpop and RISC-V support. ClosedPublic Authored by fakepaper56 on Dec 13 2022, 1:43 AM.
Details Summary The patch also adds expandVPCTPOP in TargetLowering to expand VP_CTPOP nodes.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 13 2022, 1:33 PM This revision was landed with ongoing or failed builds.Dec 13 2022, 5:47 PM Closed by commit rGad68586a37e8: [VP][RISCV] Add vp.ctpop and RISC-V support. (authored by fakepaper56). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 482396 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/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
llvm/test/Analysis/CostModel/RISCV/int-bit-manip.ll
llvm/test/CodeGen/RISCV/rvv/ctpop-vp.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-ctpop-vp.ll
llvm/unittests/IR/VPIntrinsicTest.cpp
|