RE: [PATCH 8/9] arm: Auto-vectorization for MVE: vld2/vst2

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 8/9] arm: Auto-vectorization for MVE: vld2/vst2 > > This patch enables MVE vld2/vst2 instruction

Re: [PATCH 8/9] arm: Auto-vectorization for MVE: vld2/vst2

2021-05-24 Thread Christophe Lyon via Gcc-patches
ping? On Mon, 17 May 2021 at 11:55, Christophe Lyon wrote: > > ping? > > On Fri, 30 Apr 2021 at 16:09, Christophe Lyon > wrote: > > > > This patch enables MVE vld2/vst2 instructions for auto-vectorization. > > We move the existing expanders from neon.md and enable them for MVE, > > calling the

Re: [PATCH 8/9] arm: Auto-vectorization for MVE: vld2/vst2

2021-05-17 Thread Christophe Lyon via Gcc-patches
ping? On Fri, 30 Apr 2021 at 16:09, Christophe Lyon wrote: > > This patch enables MVE vld2/vst2 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/ >

[PATCH 8/9] arm: Auto-vectorization for MVE: vld2/vst2

2021-04-30 Thread Christophe Lyon via Gcc-patches
This patch enables MVE vld2/vst2 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_lanesoi) (vec_store_lanesoi): Move