RE: [PATCH 1/4] AArch64: Fix register_move_cost

2014-09-11 Thread Wilco Dijkstra
Patch attached for commit as I don't have write access. > -Original Message- > From: Marcus Shawcroft [mailto:marcus.shawcr...@gmail.com] > Sent: 04 September 2014 16:23 > To: Wilco Dijkstra > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [PATCH 1/4] AArch64: Fix regis

Re: [PATCH 1/4] AArch64: Fix register_move_cost

2014-09-04 Thread Marcus Shawcroft
On 4 September 2014 15:44, Wilco Dijkstra 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: > 20

[PATCH 1/4] AArch64: Fix register_move_cost

2014-09-04 Thread Wilco Dijkstra
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 * gcc/config/aarch64/aarch64.c