Re: [PR66791][ARM] Replace __builtin_neon_vtst*

2021-05-14 Thread Richard Earnshaw via Gcc-patches
On 14/05/2021 04:36, Prathamesh Kulkarni wrote: > On Wed, 12 May 2021 at 20:33, Richard Earnshaw > wrote: >> >> On 12/05/2021 12:05, Prathamesh Kulkarni via Gcc-patches wrote: >>> On Wed, 12 May 2021 at 16:02, Richard Earnshaw >>> wrote: On 12/05/2021 08:46, Prathamesh Kulkarn

Re: [PR66791][ARM] Replace __builtin_neon_vtst*

2021-05-13 Thread Prathamesh Kulkarni via Gcc-patches
On Wed, 12 May 2021 at 20:33, Richard Earnshaw wrote: > > On 12/05/2021 12:05, Prathamesh Kulkarni via Gcc-patches wrote: > > On Wed, 12 May 2021 at 16:02, Richard Earnshaw > > wrote: > >> > >> > >> > >> On 12/05/2021 08:46, Prathamesh Kulkarni via Gcc-patches wrote: > >>> On Mon, 10 May 2021 at

Re: [PR66791][ARM] Replace __builtin_neon_vtst*

2021-05-12 Thread Richard Earnshaw via Gcc-patches
On 12/05/2021 12:05, Prathamesh Kulkarni via Gcc-patches wrote: > On Wed, 12 May 2021 at 16:02, Richard Earnshaw > wrote: >> >> >> >> On 12/05/2021 08:46, Prathamesh Kulkarni via Gcc-patches wrote: >>> On Mon, 10 May 2021 at 19:55, Richard Earnshaw >>> wrote: On 06/05/2021 01:

Re: [PR66791][ARM] Replace __builtin_neon_vtst*

2021-05-12 Thread Prathamesh Kulkarni via Gcc-patches
On Wed, 12 May 2021 at 16:02, Richard Earnshaw wrote: > > > > On 12/05/2021 08:46, Prathamesh Kulkarni via Gcc-patches wrote: > > On Mon, 10 May 2021 at 19:55, Richard Earnshaw > > wrote: > >> > >> > >> > >> On 06/05/2021 01:14, Prathamesh Kulkarni via Gcc-patches wrote: > >>> Hi, > >>> The attac

Re: [PR66791][ARM] Replace __builtin_neon_vtst*

2021-05-12 Thread Richard Earnshaw via Gcc-patches
On 12/05/2021 08:46, Prathamesh Kulkarni via Gcc-patches wrote: On Mon, 10 May 2021 at 19:55, Richard Earnshaw wrote: On 06/05/2021 01:14, Prathamesh Kulkarni via Gcc-patches wrote: Hi, The attached patch replaces __builtin_neon_vtst* (a, b) with (a & b) != 0. Bootstrapped and tested on

Re: [PR66791][ARM] Replace __builtin_neon_vtst*

2021-05-12 Thread Prathamesh Kulkarni via Gcc-patches
On Mon, 10 May 2021 at 19:55, Richard Earnshaw wrote: > > > > On 06/05/2021 01:14, Prathamesh Kulkarni via Gcc-patches wrote: > > Hi, > > The attached patch replaces __builtin_neon_vtst* (a, b) with (a & b) != 0. > > Bootstrapped and tested on arm-linux-gnueabihf and cross-tested on arm*-*-*. > >

Re: [PR66791][ARM] Replace __builtin_neon_vtst*

2021-05-10 Thread Richard Earnshaw via Gcc-patches
On 06/05/2021 01:14, Prathamesh Kulkarni via Gcc-patches wrote: Hi, The attached patch replaces __builtin_neon_vtst* (a, b) with (a & b) != 0. Bootstrapped and tested on arm-linux-gnueabihf and cross-tested on arm*-*-*. OK to commit ? Thanks, Prathamesh You're missing the ChangeLog details

[PR66791][ARM] Replace __builtin_neon_vtst*

2021-05-05 Thread Prathamesh Kulkarni via Gcc-patches
Hi, The attached patch replaces __builtin_neon_vtst* (a, b) with (a & b) != 0. Bootstrapped and tested on arm-linux-gnueabihf and cross-tested on arm*-*-*. OK to commit ? Thanks, Prathamesh vtst-1.diff Description: Binary data