[all-commits] [llvm/llvm-project] 69cc5a: [LegalizeTypes] Support promotion for vp bitmanip ...
Yeting Kuo via All-commits
all-commits at lists.llvm.org
Thu Aug 10 17:27:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69cc5a4e1a2a3d8e6a5086770fc7539578bdeec7
https://github.com/llvm/llvm-project/commit/69cc5a4e1a2a3d8e6a5086770fc7539578bdeec7
Author: Yeting Kuo <yeting.kuo at sifive.com>
Date: 2023-08-11 (Fri, 11 Aug 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/test/CodeGen/RISCV/rvv/bitreverse-vp.ll
M llvm/test/CodeGen/RISCV/rvv/bswap-vp.ll
M llvm/test/CodeGen/RISCV/rvv/ctlz-vp.ll
M llvm/test/CodeGen/RISCV/rvv/ctpop-vp.ll
M llvm/test/CodeGen/RISCV/rvv/cttz-vp.ll
M llvm/test/CodeGen/RISCV/rvv/fshr-fshl-vp.ll
Log Message:
-----------
[LegalizeTypes] Support promotion for vp bitmanip sdnodes.
This support promotion for vp.bitreverse/bswap/ctlz/ctlz_zero_undef/cttz/cttz_zero_undef/ctpop/fshr/fshl.
Reviewed By: craig.topper, luke
Differential Revision: https://reviews.llvm.org/D157607
More information about the All-commits
mailing list