diff options
author | Dan Gohman <gohman@apple.com> | 2008-09-30 18:30:35 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-09-30 18:30:35 +0000 |
commit | f06c835f769aa1cf67801ed1f6bd366a447c18b1 (patch) | |
tree | 9f4baa2f4853b5d60994462327e73b21edb66763 /lib/CodeGen/SelectionDAG/FastISel.cpp | |
parent | 21420dfae18bff11434775e8bdad15496908f17f (diff) |
Optimize SelectionDAG's AssignTopologicalOrder even further.
Completely eliminate the TopOrder std::vector. Instead, sort
the AllNodes list in place. This also eliminates the need to
call AllNodes.size(), a linear-time operation, before
performing the sort.
Also, eliminate the Sources temporary std::vector, since it
essentially duplicates the sorted result as it is being
built.
This also changes the direction of the topological sort
from bottom-up to top-down. The AllNodes list starts out in
roughly top-down order, so this reduces the amount of
reordering needed. Top-down is also more convenient for
Legalize, and ISel needed only minor adjustments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56867 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/FastISel.cpp')
0 files changed, 0 insertions, 0 deletions