RE: [PATCH] AArch64: Improve regmove_costs for 128-bit types

2014-09-24 Thread Wilco Dijkstra
Attached. Jiong, can you commit this for me please? -Original Message- From: Marcus Shawcroft [mailto:marcus.shawcr...@gmail.com] Sent: 23 September 2014 11:52 To: Wilco Dijkstra Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] AArch64: Improve regmove_costs for 128-bit types

[COMMITTED][PATCH] AArch64: Improve regmove_costs for 128-bit types

2014-09-24 Thread Jiong Wang
: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] AArch64: Improve regmove_costs for 128-bit types On 15 September 2014 15:48, Wilco Dijkstra wdijk...@arm.com wrote: Hi, This patch improves the register move costs for 128-bit types. OK for commit? ChangeLog: 2014-09-15 Wilco Dijkstra wdijk...@arm.com

Re: [PATCH] AArch64: Improve regmove_costs for 128-bit types

2014-09-23 Thread Marcus Shawcroft
On 15 September 2014 15:48, Wilco Dijkstra wdijk...@arm.com wrote: Hi, This patch improves the register move costs for 128-bit types. OK for commit? ChangeLog: 2014-09-15 Wilco Dijkstra wdijk...@arm.com * gcc/config/aarch64/aarch64.c (aarch64_register_move_cost): Add

[PATCH] AArch64: Improve regmove_costs for 128-bit types

2014-09-15 Thread Wilco Dijkstra
Hi, This patch improves the register move costs for 128-bit types. OK for commit? ChangeLog: 2014-09-15 Wilco Dijkstra wdijk...@arm.com * gcc/config/aarch64/aarch64.c (aarch64_register_move_cost): Add register move costs for 128-bit types. --- gcc/config/aarch64/aarch64.c |