Re: [PATCH] aarch64: Add the cost and scheduling models for Neoverse N1

2023-04-17 Thread Evandro Menezes via Gcc-patches
;> Menezes via Gcc-patches >> Sent: Friday, April 7, 2023 11:34 PM >> To: gcc-patches@gcc.gnu.org <mailto:gcc-patches@gcc.gnu.org> >> Cc: Evandro Menezes mailto:ebah...@icloud.com>>; >> Richard Sandiford >> mailto:richard.sandif...@arm.com>> &

RE: [PATCH] aarch64: Add the cost and scheduling models for Neoverse N1

2023-04-11 Thread Kyrylo Tkachov via Gcc-patches
formance in practice. > -- > Evandro Menezes ◊ evan...@yahoo.com > > [PATCH] aarch64: Add the cost and scheduling models for Neoverse N1 > > gcc/ChangeLog: > > * config/aarch64/aarch64-cores.def: > Use the Neoverse N1 scheduling and cost models, but on

[PATCH] aarch64: Add the cost and scheduling models for Neoverse N1

2023-04-07 Thread Evandro Menezes via Gcc-patches
This patch adds the cost and scheduling models for Neoverse N1, based on the information from the "Arm Neoverse N1 Software Optimization Guide”. -- Evandro Menezes ◊ evan...@yahoo.com [PATCH] aarch64: Add the cost and scheduling models for Neoverse N1 gcc/ChangeLog: * config/aa