Index: lib/Analysis/ScopInfo.cpp =================================================================== --- lib/Analysis/ScopInfo.cpp +++ lib/Analysis/ScopInfo.cpp @@ -2102,7 +2102,7 @@ // otherwise we would access out of bound data. Now, knowing that code is // only executed for the case m >= 0, it is sufficient to assume p >= 0. AssumedContext = simplifyAssumptionContext(AssumedContext, *this); - InvalidContext = isl_set_align_params(InvalidContext, getParamSpace()); + InvalidContext = isl_set_gist_params(InvalidContext, getContext()); } /// @brief Add the minimal/maximal access in @p Set to @p User.