Skip to content
  • Bill Wendling's avatar
    Implement fast-isel conversion of a branch instruction that's branching on an · 8008cb9a
    Bill Wendling authored
    overflow/carry from the "arithmetic with overflow" intrinsics. It searches the
    machine basic block from bottom to top to find the SETO/SETC instruction that is
    its conditional. If an instruction modifies EFLAGS before it reaches the
    SETO/SETC instruction, then it defaults to the normal instruction emission.
    
    llvm-svn: 60807
    8008cb9a
Loading