diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-12-02 01:06:39 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-12-02 01:06:39 +0000 |
commit | 30e9dc81c80fda72d52d640dc90d8454cc309e90 (patch) | |
tree | c7e0c9619f33c476bcd6ca8e5997598092d2224d /llvm/lib/CodeGen/VirtRegMap.cpp | |
parent | f558618fa4986445ecb4b279079c615e9d299b73 (diff) | |
download | bcm5719-llvm-30e9dc81c80fda72d52d640dc90d8454cc309e90.tar.gz bcm5719-llvm-30e9dc81c80fda72d52d640dc90d8454cc309e90.zip |
Second stab at target-dependent lowering of everyone's favorite nodes: [SU]ADDO
- LowerXADDO lowers [SU]ADDO into an ADD with an implicit EFLAGS define. The
EFLAGS are fed into a SETCC node which has the conditional COND_O or COND_C,
depending on the type of ADDO requested.
- LowerBRCOND now recognizes if it's coming from a SETCC node with COND_O or
COND_C set.
llvm-svn: 60388
Diffstat (limited to 'llvm/lib/CodeGen/VirtRegMap.cpp')
0 files changed, 0 insertions, 0 deletions