Re: [PATCH 09/10] vect: Get rid of vect_model_store_cost

2023-09-27 Thread Richard Biener
On Thu, Sep 14, 2023 at 5:12 AM Kewen Lin wrote: > > This patch is to eventually get rid of vect_model_store_cost, > it adjusts the costing for the remaining memory access types > VMAT_CONTIGUOUS{, _DOWN, _REVERSE} by moving costing close > to the transform code. Note that in vect_model_store_cos

[PATCH 09/10] vect: Get rid of vect_model_store_cost

2023-09-13 Thread Kewen Lin via Gcc-patches
This patch is to eventually get rid of vect_model_store_cost, it adjusts the costing for the remaining memory access types VMAT_CONTIGUOUS{, _DOWN, _REVERSE} by moving costing close to the transform code. Note that in vect_model_store_cost, there is one special handling for vectorizing a store int