[all-commits] [llvm/llvm-project] 47b9da: [VP][RISCV] Add vp.bitreverse and RISC-V support.
Yeting Kuo via All-commits
all-commits at lists.llvm.org
Sun Dec 11 18:59:00 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47b9da72e032f8042d0fdbfef75ecfbb3c6960eb
https://github.com/llvm/llvm-project/commit/47b9da72e032f8042d0fdbfef75ecfbb3c6960eb
Author: Yeting Kuo <yeting.kuo at sifive.com>
Date: 2022-12-12 (Mon, 12 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
A llvm/test/CodeGen/RISCV/rvv/bitreverse-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-bitreverse-vp.ll
M llvm/unittests/IR/VPIntrinsicTest.cpp
Log Message:
-----------
[VP][RISCV] Add vp.bitreverse and RISC-V support.
The patch also added function expandVPBITREVERSE to expand ISD::VP_BITREVERSE nodes.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D139697
More information about the All-commits
mailing list