llvm-project/polly/lib/Transform
Roman Gareev f5aff70405 Store the size of the outermost dimension in case of newly created arrays that require memory allocation.
We do not need the size of the outermost dimension in most cases, but if we
allocate memory for newly created arrays, that size is needed.

Reviewed-by: Michael Kruse <llvm@meinersbur.de>

Differential Revision: https://reviews.llvm.org/D23991

llvm-svn: 281234
2016-09-12 17:08:31 +00:00
..
Canonicalization.cpp clang-tidy: Add llvm namespace comments 2016-06-23 22:17:27 +00:00
CodePreparation.cpp Drop '@brief' from doxygen comments 2016-09-02 06:33:33 +00:00
DeadCodeElimination.cpp Drop '@brief' from doxygen comments 2016-09-02 06:33:33 +00:00
FlattenAlgo.cpp FlattenAlgo: Ensure we _really_ obtain a param space 2016-09-09 16:11:26 +00:00
FlattenSchedule.cpp Add -polly-flatten-schedule pass. 2016-09-08 15:02:36 +00:00
ScheduleOptimizer.cpp Store the size of the outermost dimension in case of newly created arrays that require memory allocation. 2016-09-12 17:08:31 +00:00