[PATCH] D157290: [InstCombine] Fold (-a >> b) and/or/xor (~a >> b) into (-a and/or/xor ~a) >> b
    Maksim Kita via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Aug 14 08:09:39 PDT 2023
    
    
  
kitaisreal added a comment.
@nikic can you accept this revision again after I changed tests ?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157290/new/
https://reviews.llvm.org/D157290
    
    
More information about the llvm-commits
mailing list