Re: [PATCH] AArch64: Remove Cortex-A57 FMA steering pass

2025-01-10 Thread Kyrylo Tkachov
> On 10 Jan 2025, at 15:30, Richard Sandiford wrote: > > Wilco Dijkstra writes: >> As a minor cleanup remove Cortex-A57 FMA steering pass. Since Cortex-A57 is >> pretty old, there isn't any benefit of keeping this. >> >> Passes regress & bootstrap, OK for commit? >> >> gcc: >> * config.gcc

Re: [PATCH] AArch64: Remove Cortex-A57 FMA steering pass

2025-01-10 Thread Richard Sandiford
Wilco Dijkstra writes: > As a minor cleanup remove Cortex-A57 FMA steering pass. Since Cortex-A57 is > pretty old, there isn't any benefit of keeping this. > > Passes regress & bootstrap, OK for commit? > > gcc: > * config.gcc (extra_objs): Remove cortex-a57-fma-steering.o. > * config

[PATCH] AArch64: Remove Cortex-A57 FMA steering pass

2025-01-10 Thread Wilco Dijkstra
As a minor cleanup remove Cortex-A57 FMA steering pass. Since Cortex-A57 is pretty old, there isn't any benefit of keeping this. Passes regress & bootstrap, OK for commit? gcc: * config.gcc (extra_objs): Remove cortex-a57-fma-steering.o. * config/aarch64/aarch64-passes.def: Remo