[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
       
    Tue Apr  9 11:56:46 PDT 2024
    
    
  
https://github.com/goldsteinn closed https://github.com/llvm/llvm-project/pull/88088
    
    
More information about the llvm-commits
mailing list