llvm-project/polly/test
Tobias Grosser 0483271662 Add support for two-level tiling
By default we only use one level of tiling for loops, but in general tiling
for multiple levels is trivial for us. Hence, we add a set of options that
allow people to play with a second level of tiling. If this is profitable for
some cases we can work on heuristics that allow us to identify these cases
and use two-level tiling for them.

llvm-svn: 245563
2015-08-20 13:45:02 +00:00
..
DeadCodeElimination Use schedule trees to represent execution order of statements 2015-07-14 09:33:13 +00:00
DependenceInfo Fix test cases which fail due to changes in isl's set representation 2015-08-18 15:28:02 +00:00
IndependentBlocks Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00
Isl Check for feasible runtime check context early 2015-08-20 05:58:56 +00:00
ScheduleOptimizer Add support for two-level tiling 2015-08-20 13:45:02 +00:00
ScopDetect Update test case multidim_indirect_access.ll 2015-08-18 21:08:41 +00:00
ScopDetectionDiagnostics Update testcases after LLVM r243885 2015-08-03 17:28:43 +00:00
ScopInfo Use isl_set_is_subset instead of isl_set_is_equal 2015-08-18 16:12:05 +00:00
TempScop Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00
CMakeLists.txt Unify FOLDER property of Polly targets 2015-07-21 12:40:01 +00:00
Makefile Normalize whitespace in makefiles 2015-07-24 23:30:31 +00:00
README
create_ll.sh Small change to create_ll.sh [NFC] 2015-03-08 15:36:27 +00:00
lit.cfg Make the lit configuration Python 3 compatible 2015-07-24 20:33:22 +00:00
lit.site.cfg.in Make the lit configuration Python 3 compatible 2015-07-24 20:33:22 +00:00
polly.ll Remove target triples from test cases 2015-04-21 14:28:02 +00:00

README

place tests here