llvm-6502/lib
Nate Begeman e5d63829fd Some SELECT_CC cleanups:
1. move assertions for node creation to getNode()
2. legalize the values returned in ExpandOp immediately
3. Move select_cc optimizations from SELECT's getNode() to SELECT_CC's,
   allowing them to be cleaned up significantly.

This paves the way to pick up additional optimizations on SELECT_CC, such
as sum-of-absolute-differences.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22757 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-11 01:12:20 +00:00
..
Analysis Fix an obvious oops 2005-08-10 00:59:40 +00:00
Archive
AsmParser
Bytecode Eliminate all remaining tabs and trailing spaces. 2005-07-27 06:12:32 +00:00
CodeGen Some SELECT_CC cleanups: 2005-08-11 01:12:20 +00:00
Debugger
ExecutionEngine one cannot allocate a global, until one is done initializing the global pointers 2005-08-01 17:35:40 +00:00
Linker
Support Allow tools with "consume after" options (like lli) to take more positional 2005-08-08 21:57:27 +00:00
System Fix grammar: it's == "it is". 2005-08-02 16:04:59 +00:00
Target Make SELECT illegal on PPC32, switch to using SELECT_CC, which more closely 2005-08-10 20:52:09 +00:00
Transforms remove some trickiness that broke yacr2 and some other programs last night 2005-08-10 17:15:20 +00:00
VMCore add new helper function 2005-08-08 05:21:50 +00:00
Makefile