--- gcc/tree-vect-stmts.cc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gcc/tree-vect-stmts.cc b/gcc/tree-vect-stmts.cc index ca941aa5bc9..90a90ebe6de 100644 --- a/gcc/tree-vect-stmts.cc +++ b/gcc/tree-vect-stmts.cc @@ -7788,7 +7788,7 @@ vectorizable_scan_store (vec_info *vinfo, stmt_vec_info stmt_info, vect_copy_ref_info (data_ref, DR_REF (load1_dr_info->dr)); gimple *g = gimple_build_assign (vec_oprnd2, data_ref); vect_finish_stmt_generation (vinfo, stmt_info, g, gsi); - if (! slp_node) + if (! 1) { STMT_VINFO_VEC_STMTS (stmt_info).safe_push (g); *vec_stmt = STMT_VINFO_VEC_STMTS (stmt_info)[0]; @@ -7806,7 +7806,7 @@ vectorizable_scan_store (vec_info *vinfo, stmt_vec_info stmt_info, ? zero_vec : vec_oprnd1, v, perms[i]); vect_finish_stmt_generation (vinfo, stmt_info, g, gsi); - if (! slp_node) + if (! 1) { STMT_VINFO_VEC_STMTS (stmt_info).safe_push (g); *vec_stmt = STMT_VINFO_VEC_STMTS (stmt_info)[0]; @@ -7827,7 +7827,7 @@ vectorizable_scan_store (vec_info *vinfo, stmt_vec_info stmt_info, new_temp, vec_oprnd1); vect_finish_stmt_generation (vinfo, stmt_info, g, gsi); - if (! slp_node) + if (! 1) STMT_VINFO_VEC_STMTS (stmt_info).safe_push (g); new_temp = new_temp2; } @@ -7846,7 +7846,7 @@ vectorizable_scan_store (vec_info *vinfo, stmt_vec_info stmt_info, tree new_temp2 = make_ssa_name (vectype); g = gimple_build_assign (new_temp2, code, v, new_temp); vect_finish_stmt_generation (vinfo, stmt_info, g, gsi); - if (! slp_node) + if (! 1) STMT_VINFO_VEC_STMTS (stmt_info).safe_push (g); v = new_temp2; @@ -7855,7 +7855,7 @@ vectorizable_scan_store (vec_info *vinfo, stmt_vec_info stmt_info, tree new_temp = make_ssa_name (vectype); gimple *g = gimple_build_assign (new_temp, code, orig, v); vect_finish_stmt_generation (vinfo, stmt_info, g, gsi); - if (! slp_node) + if (! 1) STMT_VINFO_VEC_STMTS (stmt_info).safe_push (g); tree last_perm_arg = new_temp; @@ -7867,7 +7867,7 @@ vectorizable_scan_store (vec_info *vinfo, stmt_vec_info stmt_info, last_perm_arg = make_ssa_name (vectype); g = gimple_build_assign (last_perm_arg, code, new_temp, vec_oprnd2); vect_finish_stmt_generation (vinfo, stmt_info, g, gsi); - if (! slp_node) + if (! 1) STMT_VINFO_VEC_STMTS (stmt_info).safe_push (g); } @@ -7875,7 +7875,7 @@ vectorizable_scan_store (vec_info *vinfo, stmt_vec_info stmt_info, g = gimple_build_assign (orig, VEC_PERM_EXPR, last_perm_arg, last_perm_arg, perms[units_log2]); vect_finish_stmt_generation (vinfo, stmt_info, g, gsi); - if (! slp_node) + if (! 1) STMT_VINFO_VEC_STMTS (stmt_info).safe_push (g); if (!inscan_var_store) @@ -7886,7 +7886,7 @@ vectorizable_scan_store (vec_info *vinfo, stmt_vec_info stmt_info, vect_copy_ref_info (data_ref, DR_REF (dr_info->dr)); g = gimple_build_assign (data_ref, new_temp); vect_finish_stmt_generation (vinfo, stmt_info, g, gsi); - if (! slp_node) + if (! 1) STMT_VINFO_VEC_STMTS (stmt_info).safe_push (g); } } @@ -7903,7 +7903,7 @@ vectorizable_scan_store (vec_info *vinfo, stmt_vec_info stmt_info, vect_copy_ref_info (data_ref, DR_REF (dr_info->dr)); gimple *g = gimple_build_assign (data_ref, orig); vect_finish_stmt_generation (vinfo, stmt_info, g, gsi); - if (! slp_node) + if (! 1) STMT_VINFO_VEC_STMTS (stmt_info).safe_push (g); } return true; -- 2.43.0