llvm-project/polly/test
Tobias Grosser 3ed2600cab SCEVValidator: Correctly store 'k * p' as a parameter
We do not only need to understand that 'k * p' is a parameter expression, but
also need to store this expression in the set of parameters. Before this patch
we wrongly stored the two individual parameters %k and %p.

Reported by: Sebastian Pop <spop@codeaurora.org>

llvm-svn: 179485
2013-04-14 13:15:59 +00:00
..
Cloog tests: Properly check if asserts are available 2013-03-12 21:27:39 +00:00
CodePreparation CodePrepare: Do not require canonical induction variables for scev based mode 2013-03-20 22:41:53 +00:00
Dependences Dependences: Add support to calculate memory based dependences 2012-11-01 21:28:32 +00:00
IndependentBlocks Remove dependence on canonical induction variable 2013-03-20 18:03:18 +00:00
Isl Support SCoPs with multiple exit edges 2013-04-10 06:55:31 +00:00
ScheduleOptimizer ScheduleOpt: Do not crash on statements with empty iteration domains 2013-04-10 22:48:08 +00:00
ScopDetect fix testcase 2013-04-10 16:44:08 +00:00
ScopInfo SCEVValidator: Correctly store 'k * p' as a parameter 2013-04-14 13:15:59 +00:00
TempScop Tests: move content of .c files in .ll 2012-11-02 06:08:39 +00:00
polybench clang-format: Many more files 2013-03-23 01:05:07 +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 Add initial version of Polly 2011-04-29 06:27:02 +00:00
create_ll.sh Add initial version of Polly 2011-04-29 06:27:02 +00:00
lit.cfg tests: Properly check if asserts are available 2013-03-12 21:27:39 +00:00
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 Add initial version of Polly 2011-04-29 06:27:02 +00:00

README

place tests here