llvm-project/polly/lib/Analysis
Tobias Grosser 28a70c543d ScopDetect: Transitively remove all children after region expansion
In rare cases, a region R which is itself not valid has an indirect child region
that is valid. When R becomes part of a valid region by expansion of another
region, then all children of R have to be erased from the set of valid regions.
This patch ensures that indirect children are erased in addition to direct
children.

Contributed-by: Armin Groesslinger <armin.groesslinger@uni-passau.de>

Tobias: I added a reduced test case and adjusted the logic of the patch to
        only recurse until the first child is found.
llvm-svn: 200411
2014-01-29 19:05:30 +00:00
..
CMakeLists.txt prepend LLVM to all Polly* libs 2013-11-16 15:28:55 +00:00
Dependences.cpp Dependences: Bound the time dependence calculation is allowed to take 2014-01-26 19:38:34 +00:00
Makefile 'chmod -x' on files that do not need the executable bits 2012-12-29 15:09:03 +00:00
MayAliasSet.cpp Remove IR/Writer.h 2014-01-09 10:42:15 +00:00
ScopDetection.cpp ScopDetect: Transitively remove all children after region expansion 2014-01-29 19:05:30 +00:00
ScopGraphPrinter.cpp Small style improvements 2013-07-13 16:58:07 +00:00
ScopInfo.cpp Remove IR/Writer.h 2014-01-09 10:42:15 +00:00
ScopPass.cpp 'chmod -x' on files that do not need the executable bits 2012-12-29 15:09:03 +00:00
TempScopInfo.cpp Adapt to DomTree changes in r199104 2014-01-13 22:29:56 +00:00