[DepInfo] Print -debug output outside of max-operations scope.
commit1a9049bf36caf0588727837424625f27991450b0
authorMichael Kruse <llvm@meinersbur.de>
Mon, 10 Oct 2016 11:45:59 +0000 (10 11:45 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Mon, 10 Oct 2016 11:45:59 +0000 (10 11:45 +0000)
tree07a46a1e7525dd644cbf076b84806be975b1ca33
parent06118b7f55ca639e6a67962c23043aaadbb684a0
[DepInfo] Print -debug output outside of max-operations scope.

ISL tries to simplify the polyhedral operations before printing its objects.
This increases the operations counter and therefore can contribute to hitting
the operations limit. Therefore the result could be different when -debug output
is enabled, making debugging harder.

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@283745 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/DependenceInfo.cpp