Re: [2/3 PATCH]AArch64 use canonical ordering for complex mul, fma and fms

2022-02-01 Thread Richard Sandiford via Gcc-patches
Tamar Christina writes: >> -Original Message- >> From: Richard Sandiford >> Sent: Friday, December 17, 2021 4:49 PM >> To: Tamar Christina >> Cc: gcc-patches@gcc.gnu.org; nd ; Richard Earnshaw >> ; Marcus Shawcroft >> ; Kyrylo Tkachov >&g

RE: [2/3 PATCH]AArch64 use canonical ordering for complex mul, fma and fms

2022-02-01 Thread Tamar Christina via Gcc-patches
, 2021 4:49 PM > > > To: Tamar Christina > > > Cc: gcc-patches@gcc.gnu.org; nd ; Richard Earnshaw > > > ; Marcus Shawcroft > > > ; Kyrylo Tkachov > > > > > Subject: Re: [2/3 PATCH]AArch64 use canonical ordering for complex > > > mul, fma

RE: [2/3 PATCH]AArch64 use canonical ordering for complex mul, fma and fms

2022-01-10 Thread Tamar Christina via Gcc-patches
ping > -Original Message- > From: Tamar Christina > Sent: Monday, December 20, 2021 4:21 PM > To: Richard Sandiford > Cc: gcc-patches@gcc.gnu.org; nd ; Richard Earnshaw > ; Marcus Shawcroft > ; Kyrylo Tkachov > Subject: RE: [2/3 PATCH]AArch64 use canonical ord

RE: [2/3 PATCH]AArch64 use canonical ordering for complex mul, fma and fms

2021-12-20 Thread Tamar Christina via Gcc-patches
> -Original Message- > From: Richard Sandiford > Sent: Friday, December 17, 2021 4:49 PM > To: Tamar Christina > Cc: gcc-patches@gcc.gnu.org; nd ; Richard Earnshaw > ; Marcus Shawcroft > ; Kyrylo Tkachov > Subject: Re: [2/3 PATCH]AArch64 use canonical orderin

Re: [2/3 PATCH]AArch64 use canonical ordering for complex mul, fma and fms

2021-12-17 Thread Richard Sandiford via Gcc-patches
Richard Sandiford writes: > Tamar Christina writes: >> Hi All, >> >> After the first patch in the series this updates the optabs to expect the >> canonical sequence. >> >> Bootstrapped Regtested on aarch64-none-linux-gnu and no issues. >> >> Ok for master? and backport along with the first patch?

Re: [2/3 PATCH]AArch64 use canonical ordering for complex mul, fma and fms

2021-12-17 Thread Richard Sandiford via Gcc-patches
Tamar Christina writes: > Hi All, > > After the first patch in the series this updates the optabs to expect the > canonical sequence. > > Bootstrapped Regtested on aarch64-none-linux-gnu and no issues. > > Ok for master? and backport along with the first patch? > > Thanks, > Tamar > > gcc/ChangeLo