llvm-6502/lib/CodeGen/SelectionDAG
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
..
LegalizeDAG.cpp Some SELECT_CC cleanups: 2005-08-11 01:12:20 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
SelectionDAG.cpp Some SELECT_CC cleanups: 2005-08-11 01:12:20 +00:00
SelectionDAGISel.cpp Eliminate the SetCCSDNode in favor of a CondCodeSDNode class. This pulls the 2005-08-09 20:20:18 +00:00
SelectionDAGPrinter.cpp * Unbreak release build 2005-08-04 14:22:41 +00:00
TargetLowering.cpp For: memory operations -> stores 2005-07-19 04:52:44 +00:00