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

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 8 23:55:57 PDT 2024


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

LGTM.

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


More information about the llvm-commits mailing list