[llvm] [InstCombine] Fold ((X << nuw Z) binop nuw Y) >>u Z --> X binop nuw (Y >>u Z) (PR #88193)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Tue May 7 08:43:24 PDT 2024


dtcxzyw wrote:

@AtariDreams It doesn't modify anything :( https://github.com/llvm/llvm-project/compare/c8214019d1da25bb8211107e36461f9c1e7c764a..cdabaae43b855a47611a3a02ab2882f1dcd222dd

Don't rebase your patch if there is no conflict to be resolved.
See https://llvm.org/docs/GitHub.html#rebasing-pull-requests-and-force-pushes


https://github.com/llvm/llvm-project/pull/88193


More information about the llvm-commits mailing list