> -----Original Message----- > From: Andre Vieira (lists) <andre.simoesdiasvie...@arm.com> > Sent: Monday, November 14, 2022 2:10 PM > To: gcc-patches@gcc.gnu.org > Cc: Kyrylo Tkachov <kyrylo.tkac...@arm.com>; Richard Earnshaw > <richard.earns...@arm.com>; Richard Sandiford > <richard.sandif...@arm.com> > Subject: Re: [PATCH 2/2] aarch64: Add support for widening LDAPR > instructions > > 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?
Ok once the first patch is approved. Thanks, Kyrill > > > > 2022-11-09 Andre Vieira <andre.simoesdiasvie...@arm.com> > > Kyrylo Tkachov <kyrylo.tkac...@arm.com> > > > > gcc/ChangeLog: > > > > * config/aarch64/atomics.md > > (*aarch64_atomic_load<ALLX:mode>_rcpc_zext): New pattern. > > (*aarch64_atomic_load<ALLX:mode>_rcpc_zext): Likewise. > > > > gcc/testsuite/ChangeLog: > > > > * gcc.target/aarch64/ldapr-ext.c: New test.