Re: [3/7] Fix load/store costs for strided groups

2016-06-15 Thread Richard Biener
On Wed, Jun 15, 2016 at 10:50 AM, Richard Sandiford wrote: > vect_model_store_cost had: > > /* Costs of the stores. */ > if (STMT_VINFO_STRIDED_P (stmt_info) > && !STMT_VINFO_GROUPED_ACCESS (stmt_info)) > { > /* N scalar stores plus extracting the elements. */ > inside_

[3/7] Fix load/store costs for strided groups

2016-06-15 Thread Richard Sandiford
vect_model_store_cost had: /* Costs of the stores. */ if (STMT_VINFO_STRIDED_P (stmt_info) && !STMT_VINFO_GROUPED_ACCESS (stmt_info)) { /* N scalar stores plus extracting the elements. */ inside_cost += record_stmt_cost (body_cost_vec,