diff options
| author | Bill Wendling <isanbard@gmail.com> | 2008-11-26 22:37:40 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2008-11-26 22:37:40 +0000 |
| commit | 751a694ad351924fdbd69a7702d3e39c6d263b93 (patch) | |
| tree | e18a4eebbd922b979f25a7b4bec59ab6916cc216 /llvm/test/CodeGen/CellSPU/vec_const.ll | |
| parent | 57251782d0345403f89e8615b060486b37538501 (diff) | |
| download | bcm5719-llvm-751a694ad351924fdbd69a7702d3e39c6d263b93.tar.gz bcm5719-llvm-751a694ad351924fdbd69a7702d3e39c6d263b93.zip | |
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
Diffstat (limited to 'llvm/test/CodeGen/CellSPU/vec_const.ll')
0 files changed, 0 insertions, 0 deletions

