Re: [PATCH 2/2]AArch64 Add support for neg on v1df

2022-09-26 Thread Richard Biener via Gcc-patches
g; nd ; Richard Earnshaw > >> ; Marcus Shawcroft > >> ; Kyrylo Tkachov > >> Subject: Re: [PATCH 2/2]AArch64 Add support for neg on v1df > >> > >> Tamar Christina writes: > >> >> -Original Message- > >> >> From: Richard Sandi

Re: [PATCH 2/2]AArch64 Add support for neg on v1df

2022-09-23 Thread Richard Sandiford via Gcc-patches
na >> >> Cc: gcc-patches@gcc.gnu.org; nd ; Richard Earnshaw >> >> ; Marcus Shawcroft >> >> ; Kyrylo Tkachov >> >> >> Subject: Re: [PATCH 2/2]AArch64 Add support for neg on v1df >> >> >> >> Tamar Christina writes: >> >

RE: [PATCH 2/2]AArch64 Add support for neg on v1df

2022-09-23 Thread Tamar Christina via Gcc-patches
> -Original Message- > From: Richard Sandiford > Sent: Friday, September 23, 2022 6:04 AM > To: Tamar Christina > Cc: gcc-patches@gcc.gnu.org; nd ; Richard Earnshaw > ; Marcus Shawcroft > ; Kyrylo Tkachov > Subject: Re: [PATCH 2/2]AArch64 Add support for neg on v

Re: [PATCH 2/2]AArch64 Add support for neg on v1df

2022-09-23 Thread Richard Sandiford via Gcc-patches
Tamar Christina writes: >> -Original Message- >> From: Richard Sandiford >> Sent: Friday, September 23, 2022 5:30 AM >> To: Tamar Christina >> Cc: gcc-patches@gcc.gnu.org; nd ; Richard Earnshaw >> ; Marcus Shawcroft >> ; Kyrylo Tkachov >>

RE: [PATCH 2/2]AArch64 Add support for neg on v1df

2022-09-23 Thread Tamar Christina via Gcc-patches
> -Original Message- > From: Richard Sandiford > Sent: Friday, September 23, 2022 5:30 AM > To: Tamar Christina > Cc: gcc-patches@gcc.gnu.org; nd ; Richard Earnshaw > ; Marcus Shawcroft > ; Kyrylo Tkachov > Subject: Re: [PATCH 2/2]AArch64 Add support for neg on v

Re: [PATCH 2/2]AArch64 Add support for neg on v1df

2022-09-23 Thread Richard Sandiford via Gcc-patches
Tamar Christina writes: > Hi All, > > This adds support for using scalar fneg on the V1DF type. > > Bootstrapped Regtested on aarch64-none-linux-gnu and no issues. > > Ok for master? Why just this one operation though? Couldn't we extend iterators like GPF_F16 to include V1DF, avoiding the need

[PATCH 2/2]AArch64 Add support for neg on v1df

2022-09-23 Thread Tamar Christina via Gcc-patches
Hi All, This adds support for using scalar fneg on the V1DF type. Bootstrapped Regtested on aarch64-none-linux-gnu and no issues. Ok for master? Thanks, Tamar gcc/ChangeLog: * config/aarch64/aarch64-simd.md (negv1df2): New. gcc/testsuite/ChangeLog: * gcc.target/aarch64/simd/