Hi Prathamesh, > -----Original Message----- > From: Prathamesh Kulkarni <prathamesh.kulka...@linaro.org> > Sent: 03 December 2020 10:50 > To: gcc Patches <gcc-patches@gcc.gnu.org>; Kyrylo Tkachov > <kyrylo.tkac...@arm.com> > Subject: [PR66791][ARM] Replace __builtin_neon_vcreate* for vcreate > intrinsics > > Hi, > This patch replaces calls to __builtin_neon_vcreate* builtins for > vcreate intrinsics in arm_neon.h. > Cross-tested on arm*-*-*. > OK to commit ?
Just remembered for this and the previous patch... Do we need to remove the builtins from being created in the backend if they are now unused? Thanks, Kyrill > > Thanks, > Prathamesh