> -----Original Message----- > From: Jonathan Wright <jonathan.wri...@arm.com> > Sent: 29 January 2021 13:49 > To: gcc-patches@gcc.gnu.org > Cc: Kyrylo Tkachov <kyrylo.tkac...@arm.com> > Subject: [PATCH] aarch64: Use RTL builtins for [su]mull_n intrinsics > > Hi, > > As subject, this patch rewrites [su]mull_n Neon intrinsics to use RTL builtins > rather than inline assembly code, allowing for better scheduling and > optimization. > > Regression tested and bootstrapped on aarch64-none-linux-gnu - no > issues. > > Ok for master? Ok. Thanks, Kyrill > > Thanks, > Jonathan > > gcc/ChangeLog: > > 2021-01-19 Jonathan Wright <jonathan.wri...@arm.com> > > * config/aarch64/aarch64-simd-builtins.def: Add [su]mull_n > builtin generator macros. > * config/aarch64/aarch64-simd.md (aarch64_<su>mull_n<mode>): > Define. > * config/aarch64/arm_neon.h (vmull_n_s16): Use RTL builtin > instead of inline asm. > (vmull_n_s32): Likewise. > (vmull_n_u16): Likewise. > (vmull_n_u32): Likewise.
RE: [PATCH] aarch64: Use RTL builtins for [su]mull_n intrinsics
Kyrylo Tkachov via Gcc-patches Fri, 29 Jan 2021 05:51:28 -0800
- [PATCH] aarch64: Use RTL builtins for [su]... Jonathan Wright via Gcc-patches
- RE: [PATCH] aarch64: Use RTL builtins... Kyrylo Tkachov via Gcc-patches