Re: [PATCH] aarch64: Use RTL builtins for integer mla intrinsics

2021-01-22 Thread Jonathan Wright via Gcc-patches
commit access? (I'll sponsor.) Request submitted. Thanks, Jonathan From: Richard Sandiford Sent: 22 January 2021 14:56 To: Jonathan Wright Cc: gcc-patches@gcc.gnu.org ; Kyrylo Tkachov Subject: Re: [PATCH] aarch64: Use RTL builtins for integer mla intrinsics Thanks

Re: [PATCH] aarch64: Use RTL builtins for integer mla intrinsics

2021-01-22 Thread Richard Sandiford via Gcc-patches
Thanks for doing this. The patch looks good with one very minor nit fixed: Jonathan Wright writes: > diff --git a/gcc/config/aarch64/arm_neon.h b/gcc/config/aarch64/arm_neon.h > index > f7efee61de4c5268acf446555af4a93fece6b169..da696d9fee2ffbabc9d89f2e9299fbde086cfee1 > 100644 > ---

[PATCH] aarch64: Use RTL builtins for integer mla intrinsics

2021-01-22 Thread Jonathan Wright via Gcc-patches
Hi, As subject, this patch rewrites integer mla 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. If ok, please commit to master (I don't have commit