Skip to content
Commit 751a694a authored by Bill Wendling's avatar Bill Wendling
Browse files

Generate something sensible for an [SU]ADDO op when the overflow/carry flag is

the conditional for the BRCOND statement. For instance, it will generate:

    addl %eax, %ecx
    jo LOF

instead of

    addl %eax, %ecx
    ; About 10 instructions to compare the signs of LHS, RHS, and sum.
    jl LOF

llvm-svn: 60123
parent 57251782
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment