Re: [PATCH] AArch64: Cleanup fusion defines

2024-11-11 Thread Richard Sandiford
Wilco Dijkstra writes: > Cleanup the fusion defines by introducing AARCH64_FUSE_BASE as a common base > level of fusion supported by almost all cores. Add AARCH64_FUSE_MOVK as a > shortcut for all MOVK fusion. In most cases there is no change. It enables > AARCH64_FUSE_CMP_BRANCH for a few olde

Re: [PATCH] AArch64: Cleanup fusion defines

2024-11-08 Thread Andrew Pinski
On Fri, Nov 8, 2024 at 8:56 AM Wilco Dijkstra wrote: > > > Cleanup the fusion defines by introducing AARCH64_FUSE_BASE as a common base > level of fusion supported by almost all cores. Add AARCH64_FUSE_MOVK as a > shortcut for all MOVK fusion. In most cases there is no change. It enables > AARC

[PATCH] AArch64: Cleanup fusion defines

2024-11-08 Thread Wilco Dijkstra
Cleanup the fusion defines by introducing AARCH64_FUSE_BASE as a common base level of fusion supported by almost all cores. Add AARCH64_FUSE_MOVK as a shortcut for all MOVK fusion. In most cases there is no change. It enables AARCH64_FUSE_CMP_BRANCH for a few older cores since it has no measura