[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
Mon May 6 14:01:21 PDT 2024
AtariDreams wrote:
@nikic I addressed the issues!
https://github.com/llvm/llvm-project/pull/88193
More information about the llvm-commits
mailing list