[llvm] [InstCombine] Fold adds + shifts with nuw flags (PR #88193)
via llvm-commits
llvm-commits at lists.llvm.org
Fri May 3 06:03:11 PDT 2024
AtariDreams wrote:
> This looks fine, but can you please clean up the alive2 proofs in the PR description? They seem to contain a whole bunch of stuff that is not related to the fold implemented here, like things with ashr and muls.
>
> The proofs should all have the base shl+add+lshr sequence, just with different flags.
My bad. I fixed those!
https://github.com/llvm/llvm-project/pull/88193
More information about the llvm-commits
mailing list