[llvm] [InstCombine] Fold `(icmp eq/ne (add nuw x, y), 0)` -> `(icmp eq/ne (or x, y), 0)` (PR #88088)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 9 00:19:45 PDT 2024


https://github.com/nikic approved this pull request.


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


More information about the llvm-commits mailing list