Re: [AArch64/GCC][11/N] Unify vector and core register save/restore code as one copy

2014-07-23 Thread Marcus Shawcroft
On 22 July 2014 15:51, Jiong Wang wrote: > * config/aarch64/aarch64.md: (aarch64_save_or_restore_callee_saves): > Rename to aarch64_save_callee_saves, remove restore code. > (aarch64_restore_callee_saves): New function. OK and applied. /Marcus

[AArch64/GCC][11/N] Unify vector and core register save/restore code as one copy

2014-07-22 Thread Jiong Wang
split save and restore code. the logic will be easier to understand. ok for upstream? thanks. gcc/ * config/aarch64/aarch64.md: (aarch64_save_or_restore_callee_saves): Rename to aarch64_save_callee_saves, remove restore code. (aarch64_restore_callee_saves): New function. >From b063ab3e22