Go to file
Bill Wendling 30e9dc81c8 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
2008-12-02 01:06:39 +00:00
clang A little more scaffolding for parsing templates: 2008-12-02 00:41:28 +00:00
llvm Second stab at target-dependent lowering of everyone's favorite nodes: [SU]ADDO 2008-12-02 01:06:39 +00:00