forked from OSchip/llvm-project
8133128c17
Before this change a memory reference identifier had the form: <STMT>_<ACCESSTYPE><ID>_<MEMREF>, e.g., Stmt_bb9_Write0_MemRef_tmp11 After this change, we use the format: <STMT>_<ACCESSTYPE><ID>, e.g., Stmt_bb9_Write0 The name of the array that is accessed through a memory reference is not necessary to uniquely identify a memory reference, but was only added to provide additional information for debugging. We drop this information now for the following two reasons: 1) This shortens the names and consequently improves readability 2) This removes a second location where we decide on the name of a scop array, leaving us only with the location where the actual scop array is created. Having after 2) only a single location to name scop arrays will allow us to change the naming convention of scop arrays more easily, which we will do in a future commit to reduce compilation time. llvm-svn: 302004 |
||
---|---|---|
.. | ||
computeout.ll | ||
different_schedule_dimensions.ll | ||
do_pluto_matmult.ll | ||
fine_grain_dep_0.ll | ||
generate_may_write_dependence_info.ll | ||
infeasible_context.ll | ||
may_writes_do_not_block_must_writes_for_war.ll | ||
nonaffine-condition-buildMemoryAccess.ll | ||
reduction_complex_location.ll | ||
reduction_dependences_equal_non_reduction_dependences.ll | ||
reduction_dependences_not_null.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 |