[all-commits] [llvm/llvm-project] b210c9: [BasicAA] Replace -basicaa with -basic-aa in polly
aeubanks via All-commits
all-commits at lists.llvm.org
Tue Jun 30 15:51:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b210c9899bddf4c0332f8295b3b71938299e4835
https://github.com/llvm/llvm-project/commit/b210c9899bddf4c0332f8295b3b71938299e4835
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M polly/docs/HowToManuallyUseTheIndividualPiecesOfPolly.rst
M polly/docs/experiments/matmul/runall.sh
M polly/test/DeadCodeElimination/chained_iterations.ll
M polly/test/DeadCodeElimination/chained_iterations_2.ll
M polly/test/DeadCodeElimination/computeout.ll
M polly/test/DeadCodeElimination/dead_iteration_elimination.ll
M polly/test/DeadCodeElimination/null_schedule.ll
M polly/test/DependenceInfo/do_pluto_matmult.ll
M polly/test/DependenceInfo/reduction_dependences_equal_non_reduction_dependences.ll
M polly/test/DependenceInfo/reduction_multiple_loops_array_sum.ll
M polly/test/DependenceInfo/reduction_multiple_loops_array_sum_2.ll
M polly/test/DependenceInfo/reduction_multiple_loops_array_sum_3.ll
M polly/test/DependenceInfo/reduction_multiple_reductions.ll
M polly/test/DependenceInfo/reduction_multiple_reductions_2.ll
M polly/test/DependenceInfo/reduction_partially_escaping_intermediate_in_other_stmt.ll
M polly/test/DependenceInfo/reduction_two_reductions_different_rloops.ll
M polly/test/DependenceInfo/sequential_loops.ll
M polly/test/Isl/Ast/dependence_distance_multiple_constant.ll
M polly/test/Isl/Ast/dependence_distance_varying_multiple.ll
M polly/test/Isl/Ast/reduction_dependences_equal_non_reduction_dependences.ll
M polly/test/Isl/Ast/reduction_different_reduction_clauses.ll
M polly/test/Isl/Ast/run-time-condition.ll
M polly/test/Isl/Ast/single_loop_strip_mine.ll
M polly/test/Isl/CodeGen/MemAccess/default_aligned_new_access_function.ll
M polly/test/Isl/CodeGen/MemAccess/simple_stride_test.ll
M polly/test/Isl/CodeGen/OpenMP/loop-body-references-outer-values-3.ll
M polly/test/Isl/CodeGen/create-conditional-scop.ll
M polly/test/Isl/CodeGen/intrinsics_lifetime.ll
M polly/test/Isl/CodeGen/intrinsics_misc.ll
M polly/test/Isl/CodeGen/invariant_load_hoist_alignment.ll
M polly/test/Isl/CodeGen/loop_with_condition.ll
M polly/test/Isl/CodeGen/loop_with_condition_2.ll
M polly/test/Isl/CodeGen/loop_with_condition_ineq.ll
M polly/test/Isl/CodeGen/loop_with_condition_nested.ll
M polly/test/Isl/CodeGen/partial_write_mapped_vector.ll
M polly/test/Isl/CodeGen/reduction_2.ll
M polly/test/Isl/CodeGen/run-time-condition.ll
M polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll
M polly/test/Isl/CodeGen/simple_vec_assign_scalar_2.ll
M polly/test/Isl/CodeGen/simple_vec_call.ll
M polly/test/Isl/CodeGen/simple_vec_call_2.ll
M polly/test/Isl/CodeGen/simple_vec_cast.ll
M polly/test/Isl/CodeGen/simple_vec_const.ll
M polly/test/Isl/CodeGen/simple_vec_large_width.ll
M polly/test/Isl/CodeGen/simple_vec_ptr_ptr_ty.ll
M polly/test/Isl/CodeGen/simple_vec_stride_x.ll
M polly/test/Isl/CodeGen/simple_vec_two_stmts.ll
M polly/test/ScheduleOptimizer/2012-04-16-Trivially-vectorizable-loops.ll
M polly/test/ScheduleOptimizer/computeout.ll
M polly/test/ScheduleOptimizer/prevectorization-without-tiling.ll
M polly/test/ScheduleOptimizer/prevectorization.ll
M polly/test/ScopDetect/intrinsics_1.ll
M polly/test/ScopDetect/intrinsics_2.ll
M polly/test/ScopDetect/intrinsics_3.ll
M polly/test/ScopDetect/keep_going_expansion.ll
M polly/test/ScopDetect/mod_ref_read_pointer.ll
M polly/test/ScopDetect/non-affine-loop-condition-dependent-access.ll
M polly/test/ScopDetect/simple_loop_with_param.ll
M polly/test/ScopDetect/simple_loop_with_param_2.ll
M polly/test/ScopDetectionDiagnostics/ReportMultipleNonAffineAccesses.ll
M polly/test/ScopInfo/NonAffine/non-affine-loop-condition-dependent-access_1.ll
M polly/test/ScopInfo/NonAffine/non-affine-loop-condition-dependent-access_2.ll
M polly/test/ScopInfo/NonAffine/non-affine-loop-condition-dependent-access_3.ll
M polly/test/ScopInfo/NonAffine/non_affine_parametric_loop.ll
M polly/test/ScopInfo/assume_gep_bounds_2.ll
M polly/test/ScopInfo/inter_bb_scalar_dep.ll
M polly/test/ScopInfo/intra_and_inter_bb_scalar_dep.ll
M polly/test/ScopInfo/intra_bb_scalar_dep.ll
M polly/test/ScopInfo/isl_aff_out_of_bounds.ll
M polly/test/ScopInfo/licm_load.ll
M polly/test/ScopInfo/licm_potential_store.ll
M polly/test/ScopInfo/licm_reduction.ll
M polly/test/ScopInfo/licm_reduction_nested.ll
M polly/test/ScopInfo/licm_store.ll
M polly/test/ScopInfo/loop_carry.ll
M polly/test/ScopInfo/memcpy-raw-source.ll
M polly/test/ScopInfo/memcpy.ll
M polly/test/ScopInfo/memmove.ll
M polly/test/ScopInfo/mod_ref_access_pointee_arguments.ll
M polly/test/ScopInfo/mod_ref_read_pointee_arguments.ll
M polly/test/ScopInfo/mod_ref_read_pointer.ll
M polly/test/ScopInfo/mod_ref_read_pointers.ll
M polly/test/ScopInfo/reduction_disabled_multiplicative.ll
M polly/test/ScopInfo/reduction_escaping_intermediate.ll
M polly/test/ScopInfo/reduction_escaping_intermediate_2.ll
M polly/test/ScopInfo/reduction_invalid_different_operators.ll
M polly/test/ScopInfo/reduction_multiple_loops_array_sum.ll
M polly/test/ScopInfo/reduction_multiple_loops_array_sum_1.ll
M polly/test/ScopInfo/reduction_multiple_simple_binary.ll
M polly/test/ScopInfo/scalar_to_array.ll
M polly/test/ScopInfo/tempscop-printing.ll
M polly/www/documentation/gpgpucodegen.html
Log Message:
-----------
[BasicAA] Replace -basicaa with -basic-aa in polly
Follow up to https://reviews.llvm.org/D82607.
More information about the All-commits
mailing list