diff options
-rw-r--r-- | polly/lib/Analysis/ScopInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/polly/lib/Analysis/ScopInfo.cpp b/polly/lib/Analysis/ScopInfo.cpp index ec90ccb6962..6fdf3322164 100644 --- a/polly/lib/Analysis/ScopInfo.cpp +++ b/polly/lib/Analysis/ScopInfo.cpp @@ -1634,6 +1634,7 @@ void Scop::buildBoundaryContext() { // TODO: We can probably get around using isl_set_complement and directly // AST generate BoundaryContext. long MaxOpsOld = isl_ctx_get_max_operations(getIslCtx()); + isl_ctx_reset_operations(getIslCtx()); isl_ctx_set_max_operations(getIslCtx(), 300000); isl_options_set_on_error(getIslCtx(), ISL_ON_ERROR_CONTINUE); |