On 25/04/2024 15:59, Richard Ball wrote: > Hi Richard, > > I committed this combined patch (with Cortex-A520) for trunk > https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=cab53aae43cf94171b01320c08302e47a5daa391 > > <https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=cab53aae43cf94171b01320c08302e47a5daa391> > > Am I ok to commit just the Cortex-A510 half into gcc-12 and gcc-13.
Yes, if that's the correct thing to do there. R. > > Thanks, > Richard Ball > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > *From:* Richard Ball > *Sent:* 12 March 2024 14:08 > *To:* gcc-patches@gcc.gnu.org <gcc-patches@gcc.gnu.org>; Richard Earnshaw > <richard.earns...@arm.com>; Richard Sandiford <richard.sandif...@arm.com>; > Marcus Shawcroft <marcus.shawcr...@arm.com> > *Subject:* [PATCH][GCC] aarch64: Fix SCHEDULER_IDENT for Cortex-A510 > > The SCHEDULER_IDENT for this CPU was incorrectly > set to cortexa55, which is incorrect. This can cause > sub-optimal asm to be generated. > > Ok for trunk? > > Can I also backport this to gcc-12 and gcc-13? > > gcc/ChangeLog: > PR target/114272 > * config/aarch64/aarch64-cores.def (AARCH64_CORE): > Change SCHEDULER_IDENT from cortexa55 to cortexa53 > for Cortex-A510.