[all-commits] [llvm/llvm-project] ad6858: [VP][RISCV] Add vp.ctpop and RISC-V support.
Yeting Kuo via All-commits
all-commits at lists.llvm.org
Tue Dec 13 17:47:59 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad68586a37e8e23eeb269d03bd28eb46e16bf48c
https://github.com/llvm/llvm-project/commit/ad68586a37e8e23eeb269d03bd28eb46e16bf48c
Author: Yeting Kuo <yeting.kuo at sifive.com>
Date: 2022-12-14 (Wed, 14 Dec 2022)
Changed paths:
M llvm/docs/LangRef.rst
M llvm/include/llvm/CodeGen/TargetLowering.h
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/int-bit-manip.ll
A llvm/test/CodeGen/RISCV/rvv/ctpop-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-ctpop-vp.ll
M llvm/unittests/IR/VPIntrinsicTest.cpp
Log Message:
-----------
[VP][RISCV] Add vp.ctpop and RISC-V support.
The patch also adds expandVPCTPOP in TargetLowering to expand VP_CTPOP nodes.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D139920
More information about the All-commits
mailing list