RE: [PATCH] testsuite/arm: Add mve-vadd-scalar-1.c test

2021-05-17 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Gcc-patches On Behalf Of > Christophe Lyon via Gcc-patches > Sent: 17 May 2021 10:54 > To: gcc Patches > Subject: Re: [PATCH] testsuite/arm: Add mve-vadd-scalar-1.c test > > ping? > > On Mon, 10 May 2021 at 13:22, Christop

Re: [PATCH] testsuite/arm: Add mve-vadd-scalar-1.c test

2021-05-17 Thread Christophe Lyon via Gcc-patches
ping? On Mon, 10 May 2021 at 13:22, Christophe Lyon wrote: > > Ping? > > On Fri, 30 Apr 2021 at 16:06, Christophe Lyon > wrote: > > > > This patch adds a test for the scalar mode of vadd, precisely noting > > that we do not yet use the T2 variants of vadd, which take a scalar as > > final argume

Re: [PATCH] testsuite/arm: Add mve-vadd-scalar-1.c test

2021-05-10 Thread Christophe Lyon via Gcc-patches
Ping? On Fri, 30 Apr 2021 at 16:06, Christophe Lyon wrote: > > This patch adds a test for the scalar mode of vadd, precisely noting > that we do not yet use the T2 variants of vadd, which take a scalar as > final argument. > > 2021-04-22 Christophe Lyon > > gcc/testsuite/ > * g

[PATCH] testsuite/arm: Add mve-vadd-scalar-1.c test

2021-04-30 Thread Christophe Lyon via Gcc-patches
This patch adds a test for the scalar mode of vadd, precisely noting that we do not yet use the T2 variants of vadd, which take a scalar as final argument. 2021-04-22 Christophe Lyon gcc/testsuite/ * gcc.target/arm/simd/mve-vadd-scalar-1: New. --- .../gcc.target/arm/simd/mve-v