Re: [PATCH 0/9] vect: Move costing next to the transform for vect load

2023-07-03 Thread Richard Biener via Gcc-patches
On Mon, Jul 3, 2023 at 5:39 AM Kewen.Lin wrote: > > Hi Richi, > > Thanks for your review comments on this and some others! > > on 2023/6/30 19:37, Richard Biener wrote: > > On Tue, Jun 13, 2023 at 4:07 AM Kewen Lin wrote: > >> > >> This patch series follows Richi's suggestion at the link [1], > >

Re: [PATCH 0/9] vect: Move costing next to the transform for vect load

2023-07-02 Thread Kewen.Lin via Gcc-patches
Hi Richi, Thanks for your review comments on this and some others! on 2023/6/30 19:37, Richard Biener wrote: > On Tue, Jun 13, 2023 at 4:07 AM Kewen Lin wrote: >> >> This patch series follows Richi's suggestion at the link [1], >> which suggest structuring vectorizable_load to make costing >> ne

Re: [PATCH 0/9] vect: Move costing next to the transform for vect load

2023-07-02 Thread Richard Sandiford via Gcc-patches
Richard Biener writes: > On Tue, Jun 13, 2023 at 4:07 AM Kewen Lin wrote: >> >> This patch series follows Richi's suggestion at the link [1], >> which suggest structuring vectorizable_load to make costing >> next to the transform, in order to make it easier to keep >> costing and the transform in

Re: [PATCH 0/9] vect: Move costing next to the transform for vect load

2023-06-30 Thread Richard Biener via Gcc-patches
On Tue, Jun 13, 2023 at 4:07 AM Kewen Lin wrote: > > This patch series follows Richi's suggestion at the link [1], > which suggest structuring vectorizable_load to make costing > next to the transform, in order to make it easier to keep > costing and the transform in sync. For now, it's a known >

Re: [PATCH 0/9] vect: Move costing next to the transform for vect load

2023-06-25 Thread Kewen.Lin via Gcc-patches
Hi, I'd like to gentle ping this patch series: https://gcc.gnu.org/pipermail/gcc-patches/2023-June/621460.html BR, Kewen on 2023/6/13 10:03, Kewen Lin via Gcc-patches wrote: > This patch series follows Richi's suggestion at the link [1], > which suggest structuring vectorizable_load to make cos

[PATCH 0/9] vect: Move costing next to the transform for vect load

2023-06-12 Thread Kewen Lin via Gcc-patches
This patch series follows Richi's suggestion at the link [1], which suggest structuring vectorizable_load to make costing next to the transform, in order to make it easier to keep costing and the transform in sync. For now, it's a known issue that what we cost can be inconsistent with what we tran