hanchenye-llvm-project/polly/test
Michael Kruse 07d5df4db8 Fix out-of-range access in test case
The function use_after_scop would iterate from 0 to 1024 and accessing element A[1024] where A has only valid indexes from 0 to 1023. Polly detects the situation of unconditionally undefined behavior and bail out in ScopInfo as non-feasible for optimization.

Other tests add impossible context assumptions as well, hance might show the same problem.

llvm-svn: 247412
2015-09-11 13:45:05 +00:00
..
DeadCodeElimination Use schedule trees to represent execution order of statements 2015-07-14 09:33:13 +00:00
DependenceInfo Traverse the SCoP to compute non-loop-carried domain conditions 2015-08-30 21:13:53 +00:00
IndependentBlocks Clean-up unit tests 2015-09-10 14:42:09 +00:00
Isl Update polly for explicit type parameter to global alias change 2015-09-11 03:42:32 +00:00
ScheduleOptimizer Use marker nodes to annotate the different levels of tiling 2015-08-23 09:11:00 +00:00
ScopDetect Clean-up unit tests 2015-09-10 14:42:09 +00:00
ScopDetectionDiagnostics Move more compile-time bailouts into -polly-detect-unprofitable 2015-09-08 19:46:41 +00:00
ScopInfo XFAIL tests that require an additional LLVM patch to work 2015-09-10 21:32:29 +00:00
TempScop Fix out-of-range access in test case 2015-09-11 13:45:05 +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