This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [AArch64/GCC][12/N] Simplify prologue expand using new helper functions


On 22 July 2014 15:51, Jiong Wang <jiong.wang@arm.com> wrote:
> This patch simplify aarch64_expand_prologue using our new
> helper functions. All ad-hoc code for saving FP/LR are removed.
>
> *no functional change*

I think you mean no change in generated code rather than no functional change...


> gcc/
>   * config/aarch64/aarch64.c (aarch64_gen_storewb_pair): New helper
> function.
>   (aarch64_pushwb_pair_reg): Likewise.
>   (aarch64_expand_prologue): Simplify code using new helper functions.

The ChangeLog entry is missing the aarch64.md hunk.

OK, applied with modified ChangeLog.

/Marcus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]