[llvm] [InstCombine] Remove checks for -1 and 0 in saturated unsigned add (NFC) (PR #153047)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 11 09:31:52 PDT 2025


https://github.com/nikic requested changes to this pull request.

Check that are necessary for correctness cannot be omitted, because canonicality is not guaranteed for non-root instructions.

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


More information about the llvm-commits mailing list