[llvm] [TargetLowering][AMDGPU][ARM][RISCV][X86] Teach SimplifyDemandedBits to combine (srl (sra X, C1), ShAmt) -> sra(X, C1+ShAmt) (PR #101751)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 14 07:20:02 PDT 2024


https://github.com/RKSimon approved this pull request.

LGTM - as it looks like the AArch32/Thumb2 diffs are acceptable by the ARM team

https://github.com/llvm/llvm-project/pull/101751


More information about the llvm-commits mailing list