From 43cd0cebd53ac54ab6fc1002fc5fda05671d605e Mon Sep 17 00:00:00 2001 From: eastb233 Date: Tue, 22 Sep 2020 23:19:51 +0800 Subject: [PATCH] FIO fix --- fix-when-peeling-for-alignment.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fix-when-peeling-for-alignment.patch b/fix-when-peeling-for-alignment.patch index 512fe37..1d86732 100644 --- a/fix-when-peeling-for-alignment.patch +++ b/fix-when-peeling-for-alignment.patch @@ -3,7 +3,7 @@ index 36639b697f1..88f14e73d65 100644 --- a/gcc/tree-vect-data-refs.c +++ b/gcc/tree-vect-data-refs.c @@ -938,6 +938,18 @@ vect_compute_data_ref_alignment (dr_vec_info *dr_info) - = exact _div (vect_calculate_target_alignment (dr_info), BITS_PER_UNIT); + = exact_div (vect_calculate_target_alignment (dr_info), BITS_PER_UNIT); DR_TARGET_ALIGNMENT (dr_info) = vector_alignment; + /* If the main loop has peeled for alignment we have no way of knowing