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: [PATCH 1/4] AArch64: Fix register_move_cost


Patch attached for commit as I don't have write access.

> -----Original Message-----
> From: Marcus Shawcroft [mailto:marcus.shawcroft@gmail.com]
> Sent: 04 September 2014 16:23
> To: Wilco Dijkstra
> Cc: gcc-patches@gcc.gnu.org
> Subject: Re: [PATCH 1/4] AArch64: Fix register_move_cost
> 
> On 4 September 2014 15:44, Wilco Dijkstra <wdijkstr@arm.com> wrote:
> > Hi,
> >
> > This is a set of patches improving register costs on AArch64. The first fixes
> > aarch64_register_move_cost() to support CALLER_SAVE_REGS and POINTER_REGS so costs are
> calculated
> > correctly in the register allocator.
> >
> > ChangeLog:
> > 2014-09-04  Wilco Dijkstra  <wdijkstr@arm.com>
> >
> >         * gcc/config/aarch64/aarch64.c (aarch64_register_move_cost):
> >         Add cost handling of CALLER_SAVE_REGS and POINTER_REGS.
> 
> OK /Marcus

Attachment: Fix-register_move_cost.txt
Description: Text document


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