[llvm] [InstCombine] Fold ((X << nuw Z) binop nuw Y) >>u Z --> X binop nuw (Y >>u Z) (PR #88193)
via llvm-commits
llvm-commits at lists.llvm.org
Mon May 6 17:43:47 PDT 2024
AtariDreams wrote:
@nikic Okay I think this is good to go!
https://github.com/llvm/llvm-project/pull/88193
More information about the llvm-commits
mailing list