Invoke DAG postprocessing in the post-RA scheduler
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Tue, 8 Mar 2016 16:54:20 +0000 (16:54 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Tue, 8 Mar 2016 16:54:20 +0000 (16:54 +0000)
This was inadvertently omitted from r262774, which added the mutation
interface.

llvm-svn: 262939

llvm/lib/CodeGen/PostRASchedulerList.cpp

index 4266dec..bbb4f29 100644 (file)
@@ -405,6 +405,8 @@ void SchedulePostRATDList::schedule() {
     }
   }
 
+  postprocessDAG();
+
   DEBUG(dbgs() << "********** List Scheduling **********\n");
   DEBUG(
     for (const SUnit &SU : SUnits) {