Re: [PATCH][AArch64][4/5] Implement fusion of ARDP+LDR

2014-11-21 Thread Marcus Shawcroft
On 18 November 2014 10:33, Kyrill Tkachov wrote: > 2014-11-18 Kyrylo Tkachov > > * config/aarch64/aarch64.c (AARCH64_FUSE_ADRP_LDR): Define. > (cortexa53_tunings): Specify AARCH64_FUSE_ADRP_LDR in fuseable_ops. > (aarch_macro_fusion_pair_p): Handle AARCH64_FUSE_ADRP_LDR. OK /Marcu

[PATCH][AArch64][4/5] Implement fusion of ARDP+LDR

2014-11-18 Thread Kyrill Tkachov
Hi all, Sometimes we want to fuse adrp+ldr pairs as described in the comment in the patch. This is enabled by default for the Cortex-A53. Bootstrapped and tested on aarch64-none-linux. Ok for trunk? Thanks, Kyrill 2014-11-18 Kyrylo Tkachov * config/aarch64/aarch64.c (AARCH64_FUSE_AD