forked from OSchip/llvm-project
41f0d81b31
This test case is a mini performance test case that shows the time needed for a couple of simple reductions. It takes today about 325ms on my machine to run this test case through 'opt' with scop construction and reduction detection. It can be used as mini-proxy for further tuning of the reduction code. Generally we do not commit performance test cases, but as this is very small and also very fast it seems OK to keep it in the lit test suite. This test case will also help to verify that future changes to the reduction code will not affect the ordering of the reduction sets and will consequently not cause spurious performance changes that only result from reordering of dependences in the reduction set. llvm-svn: 295549 |
||
---|---|---|
.. | ||
computeout.ll | ||
different_schedule_dimensions.ll | ||
do_pluto_matmult.ll | ||
fine_grain_dep_0.ll | ||
infeasible_context.ll | ||
nonaffine-condition-buildMemoryAccess.ll | ||
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_sequence.ll | ||
reduction_simple_iv.ll | ||
reduction_simple_iv_debug_wrapped_dependences.ll | ||
reduction_simple_privatization_deps_2.ll | ||
reduction_simple_privatization_deps_w_parameter.ll | ||
reduction_two_reductions_different_rloops.ll | ||
sequential_loops.ll |