Re: [PATCH 1/3] AArch64: Add baseline tune

2024-11-15 Thread Kyrylo Tkachov
> On 14 Nov 2024, at 18:40, Wilco Dijkstra wrote: > > > Cleanup the extra tune defines by introducing AARCH64_EXTRA_TUNE_BASE as a > common base supported by all modern cores. Initially set it to > AARCH64_EXTRA_TUNE_CHEAP_SHIFT_EXTEND. No change in generated code. > > Passes regress & boo

[PATCH 1/3] AArch64: Add baseline tune

2024-11-14 Thread Wilco Dijkstra
Cleanup the extra tune defines by introducing AARCH64_EXTRA_TUNE_BASE as a common base supported by all modern cores. Initially set it to AARCH64_EXTRA_TUNE_CHEAP_SHIFT_EXTEND. No change in generated code. Passes regress & bootstrap, OK for commit? gcc/ChangeLog: * config/aarch64/aarc