llvm-project/polly/test/DependenceInfo
Tobias Grosser b1c39429d9 Do not model delinearized and linearized access relation for a single access
A missing return statement that previously did not have a visibly negative
effect caused after some data-structure changes in r248024 multi-dimensional
accesses to be modeled both multi-dimensional as well as linearized. This
commit adds the missing return to avoid the incorrect double modeling as
well as the compile time increases it caused.

llvm-svn: 248171
2015-09-21 16:19:25 +00:00
..
computeout.ll Fix test cases which fail due to changes in isl's set representation 2015-08-18 15:28:02 +00:00
different_schedule_dimensions.ll Do not detect Scops with only one loop. 2015-08-27 16:55:18 +00:00
do_pluto_matmult.ll Do not model delinearized and linearized access relation for a single access 2015-09-21 16:19:25 +00:00
reduction_complex_location.ll
reduction_dependences_equal_non_reduction_dependences.ll
reduction_mixed_reduction_and_non_reduction_dependences.ll
reduction_multiple_loops_array_sum.ll
reduction_multiple_loops_array_sum_2.ll
reduction_multiple_loops_array_sum_3.ll
reduction_multiple_reductions.ll
reduction_multiple_reductions_2.ll
reduction_only_reduction_like_access.ll
reduction_partially_escaping_intermediate_in_other_stmt.ll
reduction_privatization_deps.ll
reduction_privatization_deps_2.ll
reduction_privatization_deps_3.ll
reduction_privatization_deps_4.ll
reduction_privatization_deps_5.ll
reduction_simple_iv.ll
reduction_simple_iv_debug_wrapped_dependences.ll Traverse the SCoP to compute non-loop-carried domain conditions 2015-08-30 21:13:53 +00:00
reduction_simple_privatization_deps_2.ll
reduction_simple_privatization_deps_w_parameter.ll
reduction_two_reductions_different_rloops.ll
sequential_loops.ll Model fixed-size multi-dimensional arrays if possible multi-dimensional 2015-09-17 17:28:15 +00:00