[PATCH] D154139: [InstCombine] Transform `(icmp eq/ne (or x, C), x)` -> `(icmp eq/ne (and x, C), C)`
    Nikita Popov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Aug 20 08:03:51 PDT 2023
    
    
  
nikic added a comment.
I believe this has been obsoleted by the recently added icmp or folds?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154139/new/
https://reviews.llvm.org/D154139
    
    
More information about the llvm-commits
mailing list