commit | 06445deda4ed957ec36fd49195ea26f76b0d121a | [log] [tgz] |
---|---|---|
author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | Thu Jun 02 15:07:41 2016 +0000 |
committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | Thu Jun 02 15:07:41 2016 +0000 |
tree | d3371d3e8d401dd282204b005696ffc6e6e30a5b | |
parent | e86a551618cab720b6fc19b86800e53013e34908 [diff] [blame] |
Simplify the schedule domain according to the context llvm-svn: 271522
diff --git a/polly/lib/Analysis/ScopInfo.cpp b/polly/lib/Analysis/ScopInfo.cpp index af0aab3..84e56b5 100644 --- a/polly/lib/Analysis/ScopInfo.cpp +++ b/polly/lib/Analysis/ScopInfo.cpp
@@ -2045,6 +2045,9 @@ for (ScopStmt &Stmt : *this) Stmt.realignParams(); + + // Simplify the schedule according to the context too. + Schedule = isl_schedule_gist_domain_params(Schedule, getContext()); } static __isl_give isl_set *