[PATCH] D55355: [X86] Directly create ADC/SBB nodes instead of using ADD/SUB with (and SETCC_CARRY, 1)
    Simon Pilgrim via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Dec  6 02:36:34 PST 2018
    
    
  
RKSimon added a comment.
> This addresses a FIXME and avoids depending on an isel pattern match I think.
So the isel pattern is still required?
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55355/new/
https://reviews.llvm.org/D55355
    
    
More information about the llvm-commits
mailing list