llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 20e3d86766 The dag combiner is missing revisiting nodes that it really should, and thus leaving
dead stuff around.  This gets fed into the isel pass and causes certain foldings from
happening because nodes have extraneous uses floating around.  For example, if we turned
foo(bar(x)) -> baz(x), we sometimes left bar(x) around.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46305 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-24 07:18:21 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp The dag combiner is missing revisiting nodes that it really should, and thus leaving 2008-01-24 07:18:21 +00:00
LegalizeDAG.cpp The last pieces needed for loading arbitrary 2008-01-23 20:39:46 +00:00
LegalizeTypes.cpp
LegalizeTypes.h * Introduce a new SelectionDAG::getIntPtrConstant method 2008-01-17 07:00:52 +00:00
LegalizeTypesExpand.cpp * Introduce a new SelectionDAG::getIntPtrConstant method 2008-01-17 07:00:52 +00:00
LegalizeTypesPromote.cpp * Introduce a new SelectionDAG::getIntPtrConstant method 2008-01-17 07:00:52 +00:00
LegalizeTypesScalarize.cpp
LegalizeTypesSplit.cpp * Introduce a new SelectionDAG::getIntPtrConstant method 2008-01-17 07:00:52 +00:00
Makefile
ScheduleDAG.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
SelectionDAG.cpp Simplify SelectionDAG::getNode so that a big switch stmt is not #ifndef 2008-01-22 19:09:33 +00:00
SelectionDAGISel.cpp Forgot these. 2008-01-24 00:22:01 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Forgot these. 2008-01-24 00:22:01 +00:00