[llvm] [InstCombine] Preserve the nsw flag for (X | Op01C) + Op1C --> X + (Op01C + Op1C) (PR #94586)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 6 00:45:24 PDT 2024
nikic wrote:
This would be a correct variant of the transform: https://alive2.llvm.org/ce/z/nrdCZT
https://github.com/llvm/llvm-project/pull/94586
More information about the llvm-commits
mailing list