llvm-project/polly/test/ScheduleOptimizer
Johannes Doerfert c3958b214c Added option for n-dimensional rectangular tiling
+ CL-option --polly-tile-sizes=<int,...,int>
  The i'th value is used as a tile size for dimension i, if
  there is no i'th value, the value of --polly-default-tile-size is
  used

+ CL-option --polly-default-tile-size=int
  Used if no tile size is given for a dimension i

+ 3 Simple testcases

llvm-svn: 209753
2014-05-28 17:21:02 +00:00
..
2012-03-16-Empty-Domain.ll Fix tests with broken datalayout strings. 2012-11-28 13:30:31 +00:00
2012-04-16-Trivially-vectorizable-loops.ll Regression tests: Adapt the vectorize option change. 2012-05-06 10:22:43 +00:00
2012-10-14-Zero-Bands.ll ScopInfo: Correctly handle true/false conditions 2013-09-07 01:54:13 +00:00
2013-04-11-Empty-Domain-two.ll ScheduleOpt: Do not crash on statements with empty iteration domains 2013-04-10 22:48:08 +00:00
computeout.ll Do not fail in case we do not have valid dependences 2014-02-23 15:15:44 +00:00
line-tiling-2.ll Added option for n-dimensional rectangular tiling 2014-05-28 17:21:02 +00:00
line-tiling.ll Added option for n-dimensional rectangular tiling 2014-05-28 17:21:02 +00:00
prevectorization.ll ScheduleOptimizer: Fix prevectorization. 2014-03-11 06:27:36 +00:00
rectangular-tiling.ll Added option for n-dimensional rectangular tiling 2014-05-28 17:21:02 +00:00