llvm-project/polly/test/ScopDetect
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
..
base_pointer_in_scop.ll Remove last uses of canoncial induction variable when scev code generating 2013-03-21 16:14:50 +00:00
cross_loop_non_single_exit.ll Support SCoPs with multiple exit edges 2013-04-10 06:55:31 +00:00
cross_loop_non_single_exit_2.ll Support SCoPs with multiple exit edges 2013-04-10 06:55:31 +00:00
dependency_to_phi_node_outside_of_region.ll scop detection: remove an iteration over all uses 2013-07-05 20:24:47 +00:00
indvars.ll ScopDetect: check region entering edges are valid. 2013-06-11 22:20:40 +00:00
invalidate_scalar_evolution.ll Remove last uses of canoncial induction variable when scev code generating 2013-03-21 16:14:50 +00:00
nested_loop_single_exit.ll Remove unneeded RegionSimplify pass. 2013-04-17 07:20:30 +00:00
parametric-multiply-in-scev.ll scop detection: do not run scop detection on regions without loops 2013-06-03 16:35:37 +00:00
report-scop-location.ll Report detected scops using the new diagnostics 2013-12-18 10:49:53 +00:00
sequential_loops.ll ScopDetect: Add some test cases for sequential loops 2013-07-24 06:10:37 +00:00
simple_loop.ll Remove last uses of canoncial induction variable when scev code generating 2013-03-21 16:14:50 +00:00
simple_loop_non_single_entry.ll Support SCoPs with multiple entry edges. 2013-04-16 08:04:42 +00:00
simple_loop_non_single_exit.ll Remove unneeded RegionSimplify pass. 2013-04-17 07:20:30 +00:00
simple_loop_non_single_exit_2.ll Remove unneeded RegionSimplify pass. 2013-04-17 07:20:30 +00:00
simple_loop_two_phi_nodes.ll Remove last uses of canoncial induction variable when scev code generating 2013-03-21 16:14:50 +00:00
simple_loop_with_param.ll
simple_loop_with_param_2.ll Remove last uses of canoncial induction variable when scev code generating 2013-03-21 16:14:50 +00:00
simple_non_single_entry.ll scop detection: do not run scop detection on regions without loops 2013-06-03 16:35:37 +00:00