diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-12-09 02:42:50 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-12-09 02:42:50 +0000 |
commit | 80b34b3f47a836ddad2496ba62067b482877627b (patch) | |
tree | b65606fb3cc2d927f15cfe24a781beb03ba009cb /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 16516ba7b3974de45884193ee5630186c789f60b (diff) | |
download | bcm5719-llvm-80b34b3f47a836ddad2496ba62067b482877627b.tar.gz bcm5719-llvm-80b34b3f47a836ddad2496ba62067b482877627b.zip |
Add initial support for fast-isel of the [SU]ADDO intrinsics. It isn't
complete. For instance, it lowers the common case into this less-than-optimal
code:
addl %ecx, %eax
seto %cl
testb %cl, %cl
jne LBB1_2 ## overflow
instead of:
addl %ecx, %eax
jo LBB1_2 ## overflow
That will come in a future commit.
llvm-svn: 60737
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions