Re: [PATCH 04/10] vect: Simplify costing on vectorizable_scan_store

2023-09-27 Thread Richard Biener
On Thu, Sep 14, 2023 at 5:12 AM Kewen Lin wrote: > > This patch is to simplify the costing on the case > vectorizable_scan_store without calling function > vect_model_store_cost any more. > > I considered if moving the costing into function > vectorizable_scan_store is a good idea, for doing > tha

[PATCH 04/10] vect: Simplify costing on vectorizable_scan_store

2023-09-13 Thread Kewen Lin via Gcc-patches
This patch is to simplify the costing on the case vectorizable_scan_store without calling function vect_model_store_cost any more. I considered if moving the costing into function vectorizable_scan_store is a good idea, for doing that, we have to pass several variables down which are only used for