hanchenye-llvm-project/polly/test
Tobias Grosser c92c8f06ec [isl-codegen]: Fix off by one in getNumberOfIterations
We need to remove one dimension. Any is correct as long as it exists. We have
choosen for whatever reason the dimension #dims - 2. This is incorrect if
there is just one dimension. For CLooG this case did never happen. For isl
however, the case can happen and causes undefined behavior including crashes.
We choose now always the last dimension #dims - 1. We could have choosen
dimension '0' but the last dimension is what we remove conceptionally in the
algorithm, so it seems better to actually program it that way.

While at it remove another piece of undefined behavior.

llvm-svn: 174894
2013-02-11 17:52:36 +00:00
..
Cloog execute cloog specific testcases only with CLOOG_FOUND 2012-12-03 21:33:40 +00:00
Dependences Dependences: Add support to calculate memory based dependences 2012-11-01 21:28:32 +00:00
IndependentBlocks Tests: Pipe test files into 'opt' 2012-11-04 16:56:20 +00:00
Isl [isl-codegen]: Fix off by one in getNumberOfIterations 2013-02-11 17:52:36 +00:00
ScheduleOptimizer execute cloog specific testcases only with CLOOG_FOUND 2012-12-03 21:33:40 +00:00
ScopInfo Fix tests with broken datalayout strings. 2012-11-28 13:30:31 +00:00
TempScop Tests: move content of .c files in .ll 2012-11-02 06:08:39 +00:00
polybench use -polly-ast instead of -polly-cloog 2012-12-03 21:33:55 +00:00
CMakeLists.txt Integrate polly test-suite into an llvm "make check-all" if built as part of the whole using cmake. 2012-12-06 07:59:18 +00:00
Makefile Revert "Make the "all" target depend on polly-test, so that users can run regression" 2012-04-11 07:43:24 +00:00
README
create_ll.sh
lit.cfg
lit.site.cfg.in Integrate polly test-suite into an llvm "make check-all" if built as part of the whole using cmake. 2012-12-06 07:59:18 +00:00
polly.ll

README

place tests here