Re: [PATCH 2/2] aarch64: Add support for widening LDAPR instructions

2022-11-21 Thread Richard Sandiford via Gcc-patches
feel like the right approach... > > On 17/11/2022 11:30, Kyrylo Tkachov wrote: >> >>> -Original Message- >>> From: Richard Sandiford >>> Sent: Tuesday, November 15, 2022 6:05 PM >>> To: Andre Simoes Dias Vieira >>> Cc: gcc-

Re: [PATCH 2/2] aarch64: Add support for widening LDAPR instructions

2022-11-18 Thread Andre Vieira (lists) via Gcc-patches
rylo Tkachov wrote: -Original Message- From: Richard Sandiford Sent: Tuesday, November 15, 2022 6:05 PM To: Andre Simoes Dias Vieira Cc: gcc-patches@gcc.gnu.org; Kyrylo Tkachov ; Richard Earnshaw Subject: Re: [PATCH 2/2] aarch64: Add support for widening LDAPR instructions "Andre

RE: [PATCH 2/2] aarch64: Add support for widening LDAPR instructions

2022-11-17 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Richard Sandiford > Sent: Tuesday, November 15, 2022 6:05 PM > To: Andre Simoes Dias Vieira > Cc: gcc-patches@gcc.gnu.org; Kyrylo Tkachov ; > Richard Earnshaw > Subject: Re: [PATCH 2/2] aarch64: Add support for widening LDAPR >

Re: [PATCH 2/2] aarch64: Add support for widening LDAPR instructions

2022-11-15 Thread Richard Sandiford via Gcc-patches
"Andre Vieira (lists)" writes: > Updated version of the patch to account for the testsuite changes in the > first patch. > > On 10/11/2022 11:20, Andre Vieira (lists) via Gcc-patches wrote: >> Hi, >> >> This patch adds support for the widening LDAPR instructions. >> >> Bootstrapped and regression

RE: [PATCH 2/2] aarch64: Add support for widening LDAPR instructions

2022-11-14 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Andre Vieira (lists) > Sent: Monday, November 14, 2022 2:10 PM > To: gcc-patches@gcc.gnu.org > Cc: Kyrylo Tkachov ; Richard Earnshaw > ; Richard Sandiford > > Subject: Re: [PATCH 2/2] aarch64: Add support for widening LDAPR >

Re: [PATCH 2/2] aarch64: Add support for widening LDAPR instructions

2022-11-14 Thread Andre Vieira (lists) via Gcc-patches
Updated version of the patch to account for the testsuite changes in the first patch. On 10/11/2022 11:20, Andre Vieira (lists) via Gcc-patches wrote: Hi, This patch adds support for the widening LDAPR instructions. Bootstrapped and regression tested on aarch64-none-linux-gnu. OK for trunk?

[PATCH 2/2] aarch64: Add support for widening LDAPR instructions

2022-11-10 Thread Andre Vieira (lists) via Gcc-patches
Hi, This patch adds support for the widening LDAPR instructions. Bootstrapped and regression tested on aarch64-none-linux-gnu. OK for trunk? 2022-11-09  Andre Vieira      Kyrylo Tkachov  gcc/ChangeLog:     * config/aarch64/atomics.md (*aarch64_atomic_load_rcpc_zext): New patte