[PATCH] D20229: Remove known constraints from the invalid context
Johannes Doerfert via llvm-commits
llvm-commits at lists.llvm.org
Fri May 13 02:41:46 PDT 2016
jdoerfert created this revision.
jdoerfert added reviewers: grosser, Meinersbur.
jdoerfert added a subscriber: Polly.
http://reviews.llvm.org/D20229
Files:
lib/Analysis/ScopInfo.cpp
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20229.57147.patch
Type: text/x-patch
Size: 626 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160513/97151b52/attachment.bin>
More information about the llvm-commits
mailing list