llvm-project/polly/lib/Analysis
Tobias Grosser 6f73008506 Allow the import of multi-dimensional access functions
Originally, we disallowed the import of multi-dimensional access functions due
to our code generation not supporting the generation of new address expressions
for multi-dimensional memory accesses. When building our run-time alias check
infrastructure we added code generation support for multi-dimensional address
calculations.  Hence, we can now savely allow the import of new
multi-dimensional access functions.

llvm-svn: 246917
2015-09-05 07:46:47 +00:00
..
DependenceInfo.cpp Use schedule trees to compute dependences 2015-08-18 15:05:29 +00:00
ScopDetection.cpp Fix another typo in the subloop counting 2015-08-31 21:04:51 +00:00
ScopDetectionDiagnostic.cpp Add diagnostic for unsigned integer comparisions 2015-05-20 15:37:11 +00:00
ScopGraphPrinter.cpp Add option -polly-view-only 2015-08-03 16:39:56 +00:00
ScopInfo.cpp Allow the import of multi-dimensional access functions 2015-09-05 07:46:47 +00:00
ScopPass.cpp [Refactor] Add a Scop & as argument to printScop 2015-03-01 18:40:25 +00:00
TempScopInfo.cpp Always use the branch instructions to model the PHI-node writes 2015-08-31 13:45:54 +00:00