Remove the "fast" form of the list-burr scheduler, and use the
authorDan Gohman <gohman@apple.com>
Thu, 20 Nov 2008 03:11:19 +0000 (03:11 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 20 Nov 2008 03:11:19 +0000 (03:11 +0000)
commit9e76fea3abd4229749e6ead46a0016cabff4a056
tree914c36e3bda2a2d17f6035ba7aefb000ac8bd01b
parent148d245c325d3b1e758e456aece494a5b04308cc
Remove the "fast" form of the list-burr scheduler, and use the
dedicated "fast" scheduler in -fast mode instead, which is
faster. This speeds up llc -fast by a few percent on some
testcases -- the speedup only happens for code not handled by
fast-isel.

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