Next round of DAGCombiner changes. This version now passes all the tests
authorNate Begeman <natebegeman@mac.com>
Tue, 6 Sep 2005 04:43:02 +0000 (04:43 +0000)
committerNate Begeman <natebegeman@mac.com>
Tue, 6 Sep 2005 04:43:02 +0000 (04:43 +0000)
commit83e75ecd2725aed3ace0bd52945f2b5266696d00
treea593f45fb21b96f50eec1643f8db7e3db7186d5c
parent2286cab238d043a85e1ad29ecce73154151f24cc
Next round of DAGCombiner changes.  This version now passes all the tests
I have run so far when run before Legalize.  It still needs to pick up the
SetCC folds, and nodes that use SetCC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23243 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp