Re: [AArch64/GCC][7/N] Hoist calculation of register rtx

2014-07-23 Thread Marcus Shawcroft
On 22 July 2014 15:51, Jiong Wang wrote: > gcc/ > * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Hoist > calculation > of register rtx. > (aarch64_save_or_restore_callee_save_registers): Likewise. OK and applied. /Marcus

[AArch64/GCC][7/N] Hoist calculation of register rtx

2014-07-22 Thread Jiong Wang
This patch hoist the calcuation of register rtx to avoid invoking of "gen_rtx_REG" scattered everywhere. *no functional change* ok to install? thanks. gcc/ * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Hoist calculation of register rtx. (aarch64_save_or_restore_callee_save_r