| commit | f8206cf6d49744020cec8ed1cb2ea520be5d430f | [log] [tgz] |
|---|---|---|
| author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | Sun Apr 12 22:58:40 2015 +0000 |
| committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | Sun Apr 12 22:58:40 2015 +0000 |
| tree | dcdde44f11dba8a448b50e5909066d0412310d70 | |
| parent | c3e91b4d510a9a2374f739dd27abea747b66b24a [diff] |
Allow loops in non-affine subregions -- SCoP Modeling This will allow the ScopInfo to build the polyhedral representation for non-affine regions that contain loops. Such loops are basically not visible in the SCoP representation. Accesses that are variant in such loops are therefor represented as non-affine accesses. Differential Revision: http://reviews.llvm.org/D8153 llvm-svn: 234713