[llvm] [InstCombine] Fold ((X << nuw Z) + nuw Y) >>u Z --> X + nuw (Y >>u Z) (PR #88193)
via llvm-commits
llvm-commits at lists.llvm.org
Sun May 5 19:59:43 PDT 2024
AtariDreams wrote:
@nikic @arsenm @topperc I do not have commit perms. What do you think about merging this?
https://github.com/llvm/llvm-project/pull/88193
More information about the llvm-commits
mailing list