[PATCH] D144283: [X86] Make `(and/or (icmp eq/ne A,C0), (icmp eq/ne A,C1))` where `IsPow(dif(C0,C1))` work for more patterns.
    Phoebe Wang via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Feb 19 18:57:01 PST 2023
    
    
  
pengfei added inline comments.
================
Comment at: llvm/test/CodeGen/X86/icmp-pow2-dif.ll:366
 
 define i1 @addadd_ne_i16(i16 %x) nounwind {
 ; CHECK-LABEL: addadd_ne_i16:
----------------
Should the name be `addand?` Same for below.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144283/new/
https://reviews.llvm.org/D144283
    
    
More information about the llvm-commits
mailing list