summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2016-03-08 16:54:20 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2016-03-08 16:54:20 +0000
commitcd99e364e312467ba967580c19b174bfac15664a (patch)
tree85d0f1fc05edea400d721365d72d85507a3ed3f7 /llvm/lib/CodeGen
parent6cbf4d8776afc4a1495f836e303d9e7db5e256b6 (diff)
downloadbcm5719-llvm-cd99e364e312467ba967580c19b174bfac15664a.tar.gz
bcm5719-llvm-cd99e364e312467ba967580c19b174bfac15664a.zip
Invoke DAG postprocessing in the post-RA scheduler
This was inadvertently omitted from r262774, which added the mutation interface. llvm-svn: 262939
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/PostRASchedulerList.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/PostRASchedulerList.cpp b/llvm/lib/CodeGen/PostRASchedulerList.cpp
index 4266dec82d7..bbb4f296434 100644
--- a/llvm/lib/CodeGen/PostRASchedulerList.cpp
+++ b/llvm/lib/CodeGen/PostRASchedulerList.cpp
@@ -405,6 +405,8 @@ void SchedulePostRATDList::schedule() {
}
}
+ postprocessDAG();
+
DEBUG(dbgs() << "********** List Scheduling **********\n");
DEBUG(
for (const SUnit &SU : SUnits) {
OpenPOWER on IntegriCloud