RE: [PATCH 7/8 v9]middle-end slp: support complex FMS and complex FMS conjugate

2021-01-08 Thread Tamar Christina via Gcc-patches
> -Original Message- > From: Richard Biener > Sent: Friday, January 8, 2021 9:49 AM > To: Tamar Christina > Cc: gcc-patches@gcc.gnu.org; nd > Subject: Re: [PATCH 7/8 v9]middle-end slp: support complex FMS and > complex FMS conjugate > > On Mon, 28 Dec

Re: [PATCH 7/8 v9]middle-end slp: support complex FMS and complex FMS conjugate

2021-01-08 Thread Richard Biener
On Mon, 28 Dec 2020, Tamar Christina wrote: > Hi All, > > This adds support for FMS and FMS conjugated to the slp pattern matcher. > > Bootstrapped Regtested on aarch64-none-linux-gnu, x86_64-pc-linux-gnu > and no issues. > > Ok for master? Interestingly this patch looks different from the FMA

[PATCH 7/8 v9]middle-end slp: support complex FMS and complex FMS conjugate

2020-12-28 Thread Tamar Christina via Gcc-patches
Hi All, This adds support for FMS and FMS conjugated to the slp pattern matcher. Bootstrapped Regtested on aarch64-none-linux-gnu, x86_64-pc-linux-gnu and no issues. Ok for master? Thanks, Tamar gcc/ChangeLog: * internal-fn.def (COMPLEX_FMS, COMPLEX_FMS_CONJ): New. * optabs.de