Skip to content
  1. Nov 01, 2012
    • Shuxin Yang's avatar
      (For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization. · 01efdd6c
      Shuxin Yang authored
        The adc/sbb optimization is to able to convert following expression
      into a single adc/sbb instruction:
        (ult) ... = x + 1 // where the ult is unsigned-less-than comparison
        (ult) ... = x - 1
      
        This change is to flip the "x >u y" (i.e. ugt comparison) in order 
      to expose the adc/sbb opportunity.
      
      llvm-svn: 167180
      01efdd6c
  2. Oct 31, 2012
Loading