llvm-project/polly/test
Tobias Grosser 93324aef17 Test that independent block pass does not transform induction variables
The original test case showed a problem with the independet blocks pass and
we decided to XFAIL it for now. Unfortunately the failure is not detected if
we build without asserts and the verification of the independent block pass
is not run. This change tests now for the actual reason of the failure and
should trigger even in a non asserts build. We did not yet solve the underlying
bug, but this should at least make the test suite behavior consistent.

llvm-svn: 183025
2013-05-31 17:44:38 +00:00
..
Cloog scop detection: only handle functions with loops 2013-05-30 17:47:32 +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 Test that independent block pass does not transform induction variables 2013-05-31 17:44:38 +00:00
Isl Test that independent block pass does not transform induction variables 2013-05-31 17:44:38 +00:00
ScheduleOptimizer scop detection: only handle functions with loops 2013-05-30 17:47:32 +00:00
ScopDetect scop detection: only handle functions with loops 2013-05-30 17:47:32 +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 Remove unneeded RegionSimplify pass. 2013-04-17 07:20:30 +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 rename make check target to match the naming convention followed in the other llvm projects 2013-05-17 23:04:28 +00:00
README
create_ll.sh
lit.cfg tests: Properly check if asserts are available 2013-03-12 21:27:39 +00:00
lit.site.cfg.in Remove unneeded RegionSimplify pass. 2013-04-17 07:20:30 +00:00
polly.ll

README

place tests here