llvm-project/polly/lib/Analysis
David Peixotto dc0a11c21f Fix maxLoopDepth computation in ScopInfo
The max loop depth was incorrectly computed for scops that contain a
block from a loop but do not contain the entire loop. We need to
check that the full loop is contained in the region when computing
the max loop depth.

These scops occur when a region containing an inner loop is expanded
to include some blocks from the outer loop, but it cannot be fully
expanded to contain the outer loop because the region containing the
outer loop is invalid.

Differential Revision: http://reviews.llvm.org/D6913

llvm-svn: 225812
2015-01-13 18:31:55 +00:00
..
Dependences.cpp Dead code elimination: Update dependences after eliminating code 2014-12-17 21:13:55 +00:00
ScopDetection.cpp Add experimental support for unsigned expressions 2015-01-09 00:01:33 +00:00
ScopDetectionDiagnostic.cpp (diagnostics) Fix typo. 2014-12-19 16:49:39 +00:00
ScopGraphPrinter.cpp Update formatting with clang-format. 2014-07-20 05:28:52 +00:00
ScopInfo.cpp Fix maxLoopDepth computation in ScopInfo 2015-01-13 18:31:55 +00:00
ScopPass.cpp Use nullptr instead of '0' for pointers 2014-11-14 11:12:31 +00:00
TempScopInfo.cpp Do not incorrectly set the inverted flag. 2014-11-28 03:26:06 +00:00