mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 16:16:45 +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. llvm-svn: 178822
This commit is contained in:
parent
d50d445665
commit
28247fa37e
@ -1243,8 +1243,6 @@ void ConvergingScheduler::initialize(ScheduleDAGMI *dag) {
|
||||
Top.init(DAG, SchedModel, &Rem);
|
||||
Bot.init(DAG, SchedModel, &Rem);
|
||||
|
||||
DAG->computeDFSResult();
|
||||
|
||||
// Initialize resource counts.
|
||||
|
||||
// Initialize the HazardRecognizers. If itineraries don't exist, are empty, or
|
||||
|
Loading…
Reference in New Issue
Block a user