RE: [PATCH 9/9] arm: Auto-vectorization for MVE: vld4/vst4

2021-05-24 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Gcc-patches On Behalf Of > Christophe Lyon via Gcc-patches > Sent: 30 April 2021 15:10 > To: gcc-patches@gcc.gnu.org > Subject: [PATCH 9/9] arm: Auto-vectorization for MVE: vld4/vst4 > > This patch enables MVE vld4/vst4 instruction

Re: [PATCH 9/9] arm: Auto-vectorization for MVE: vld4/vst4

2021-05-24 Thread Christophe Lyon via Gcc-patches
ping? On Mon, 17 May 2021 at 11:55, Christophe Lyon wrote: > > ping? > > On Tue, 4 May 2021 at 16:57, Christophe Lyon > wrote: > > > > On Tue, 4 May 2021 at 14:03, Andre Vieira (lists) > > wrote: > > > > > > Hi Christophe, > > > > > > The series LGTM but you'll need the approval of an arm

Re: [PATCH 9/9] arm: Auto-vectorization for MVE: vld4/vst4

2021-05-17 Thread Christophe Lyon via Gcc-patches
ping? On Tue, 4 May 2021 at 16:57, Christophe Lyon wrote: > > On Tue, 4 May 2021 at 14:03, Andre Vieira (lists) > wrote: > > > > Hi Christophe, > > > > The series LGTM but you'll need the approval of an arm port maintainer > > before committing. I only did code-review, did not try to build/run

Re: [PATCH 9/9] arm: Auto-vectorization for MVE: vld4/vst4

2021-05-04 Thread Christophe Lyon via Gcc-patches
On Tue, 4 May 2021 at 14:03, Andre Vieira (lists) wrote: > > Hi Christophe, > > The series LGTM but you'll need the approval of an arm port maintainer > before committing. I only did code-review, did not try to build/run tests. > Hi Andre, Thanks for the comments! > Kind regards, > Andre > >

Re: [PATCH 9/9] arm: Auto-vectorization for MVE: vld4/vst4

2021-05-04 Thread Andre Vieira (lists) via Gcc-patches
Hi Christophe, The series LGTM but you'll need the approval of an arm port maintainer before committing. I only did code-review, did not try to build/run tests. Kind regards, Andre On 30/04/2021 15:09, Christophe Lyon via Gcc-patches wrote: This patch enables MVE vld4/vst4 instructions for

[PATCH 9/9] arm: Auto-vectorization for MVE: vld4/vst4

2021-04-30 Thread Christophe Lyon via Gcc-patches
This patch enables MVE vld4/vst4 instructions for auto-vectorization. We move the existing expanders from neon.md and enable them for MVE, calling the respective emitter. 2021-03-12 Christophe Lyon gcc/ * config/arm/neon.md (vec_load_lanesxi) (vec_store_lanexoi): Move