RE: [ARM] PR66791: Replace builtin in vld1_dup intrinsics

2021-08-24 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Prathamesh Kulkarni > Sent: 24 August 2021 09:01 > To: gcc Patches ; Kyrylo Tkachov > ; Richard Earnshaw > > Subject: Re: [ARM] PR66791: Replace builtin in vld1_dup intrinsics > > On Fri, 13 Aug 2021 at 16:40, Prathamesh Kulkar

Re: [ARM] PR66791: Replace builtin in vld1_dup intrinsics

2021-08-24 Thread Prathamesh Kulkarni via Gcc-patches
On Fri, 13 Aug 2021 at 16:40, Prathamesh Kulkarni wrote: > > On Thu, 5 Aug 2021 at 15:37, Prathamesh Kulkarni > wrote: > > > > On Thu, 29 Jul 2021 at 19:58, Prathamesh Kulkarni > > wrote: > > > > > > Hi, > > > The attached patch replaces builtins in vld1_dup intrinsics with call > > > to corresp

Re: [ARM] PR66791: Replace builtin in vld1_dup intrinsics

2021-08-13 Thread Prathamesh Kulkarni via Gcc-patches
On Thu, 5 Aug 2021 at 15:37, Prathamesh Kulkarni wrote: > > On Thu, 29 Jul 2021 at 19:58, Prathamesh Kulkarni > wrote: > > > > Hi, > > The attached patch replaces builtins in vld1_dup intrinsics with call > > to corresponding vdup_n intrinsic and removes entry for vld1_dup from > > arm_neon_built

Re: [ARM] PR66791: Replace builtin in vld1_dup intrinsics

2021-08-05 Thread Prathamesh Kulkarni via Gcc-patches
On Thu, 29 Jul 2021 at 19:58, Prathamesh Kulkarni wrote: > > Hi, > The attached patch replaces builtins in vld1_dup intrinsics with call > to corresponding vdup_n intrinsic and removes entry for vld1_dup from > arm_neon_builtins.def. > Bootstrapped+tested on arm-linux-gnueabihf. > OK to commit ? p

[ARM] PR66791: Replace builtin in vld1_dup intrinsics

2021-07-29 Thread Prathamesh Kulkarni via Gcc-patches
Hi, The attached patch replaces builtins in vld1_dup intrinsics with call to corresponding vdup_n intrinsic and removes entry for vld1_dup from arm_neon_builtins.def. Bootstrapped+tested on arm-linux-gnueabihf. OK to commit ? Thanks, Prathamesh gcc/ChangeLog: PR target/66791 * con