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_
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,