[llvm] [TargetLowering][AMDGPU][ARM][RISCV][X86] Teach SimplifyDemandedBits to combine (srl (sra X, C1), ShAmt) -> sra(X, C1+ShAmt) (PR #101751)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 16:41:50 PDT 2024
topperc wrote:
Adding a one use check fixed most of the regressions I was seeing
https://github.com/llvm/llvm-project/pull/101751
More information about the llvm-commits
mailing list