diff options
Diffstat (limited to 'polly/lib/CodeGen/PPCGCodeGeneration.cpp')
-rw-r--r-- | polly/lib/CodeGen/PPCGCodeGeneration.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/polly/lib/CodeGen/PPCGCodeGeneration.cpp b/polly/lib/CodeGen/PPCGCodeGeneration.cpp index a90edb199c5..9706a3204da 100644 --- a/polly/lib/CodeGen/PPCGCodeGeneration.cpp +++ b/polly/lib/CodeGen/PPCGCodeGeneration.cpp @@ -3088,6 +3088,9 @@ public: int has_permutable = has_any_permutable_node(Schedule); + Schedule = + isl_schedule_align_params(Schedule, S->getFullParamSpace().release()); + if (!has_permutable || has_permutable < 0) { Schedule = isl_schedule_free(Schedule); } else { |