mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 01:25:49 +00:00
Disable DFSResult for ConvergingScheduler.
For now, just save the compile time since the ConvergingScheduler heuristics don't use this analysis. We'll probably enable it later after compile-time investigation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178822 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1243,8 +1243,6 @@ void ConvergingScheduler::initialize(ScheduleDAGMI *dag) {
|
|||||||
Top.init(DAG, SchedModel, &Rem);
|
Top.init(DAG, SchedModel, &Rem);
|
||||||
Bot.init(DAG, SchedModel, &Rem);
|
Bot.init(DAG, SchedModel, &Rem);
|
||||||
|
|
||||||
DAG->computeDFSResult();
|
|
||||||
|
|
||||||
// Initialize resource counts.
|
// Initialize resource counts.
|
||||||
|
|
||||||
// Initialize the HazardRecognizers. If itineraries don't exist, are empty, or
|
// Initialize the HazardRecognizers. If itineraries don't exist, are empty, or
|
||||||
|
Reference in New Issue
Block a user