[llvm] [InstCombine] Fold `(icmp eq/ne (add nuw x, y), 0)` -> `(icmp eq/ne (or x, y), 0)` (PR #88088)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 8 22:49:23 PDT 2024
https://github.com/goldsteinn edited https://github.com/llvm/llvm-project/pull/88088
More information about the llvm-commits
mailing list