hanchenye-llvm-project/polly/test
Tobias Grosser 8519f897e7 Report detected scops using the new diagnostics
We now report the following:

$ polly-clang -O3 -mllvm -polly -mllvm -polly-report test.c  -c \
  -gline-tables-only

note: Polly detected an optimizable loop region (scop) in function 'foo'
test.c:2: Start of scop
test.c:3: End of scop
note: Polly detected an optimizable loop region (scop) in function 'bar'
test.c:9: Start of scop
test.c:13: End of scop

llvm-svn: 197558
2013-12-18 10:49:53 +00:00
..
Cloog ScopValidator: smax expressions are no parameters 2013-12-09 21:51:46 +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 a couple of basic test cases 2013-07-13 18:31:46 +00:00
IndependentBlocks IndependentBlock: Add option to disable scalar to array rewriting. 2013-07-16 15:19:33 +00:00
Isl IslCodegen: Support for run-time conditions 2013-11-17 03:18:25 +00:00
ScheduleOptimizer ScopInfo: Correctly handle true/false conditions 2013-09-07 01:54:13 +00:00
ScopDetect Report detected scops using the new diagnostics 2013-12-18 10:49:53 +00:00
ScopInfo ScopValidator: smax expressions are no parameters 2013-12-09 21:51:46 +00:00
TempScop TempScop: Actually load Polly in this test case 2013-07-29 05:18:09 +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] Update to use lit_config and lit package, as appropriate. 2013-08-09 21:54:36 +00:00
lit.site.cfg.in [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 21:54:36 +00:00
polly.ll

README

place tests here