RE: [PATCH][AArch64] Adjust generic move costs

2014-11-19 Thread Wilco Dijkstra
Hi Jiong, Can you commit this please? 2014-11-19 Wilco Dijkstra wdijk...@arm.com * gcc/config/aarch64/aarch64.c (generic_regmove_cost): Increase FP move cost (PR61915). --- gcc/config/aarch64/aarch64.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

Re: [PATCH][AArch64] Adjust generic move costs

2014-11-19 Thread Marcus Shawcroft
On 19 November 2014 14:32, Wilco Dijkstra wdijk...@arm.com wrote: Hi Jiong, Can you commit this please? 2014-11-19 Wilco Dijkstra wdijk...@arm.com * gcc/config/aarch64/aarch64.c (generic_regmove_cost): Increase FP move cost (PR61915). Use the proper format for referring

Re: [PATCH][AArch64] Adjust generic move costs

2014-11-18 Thread Ramana Radhakrishnan
On Mon, Nov 17, 2014 at 5:13 PM, Marcus Shawcroft marcus.shawcr...@gmail.com wrote: On 14 November 2014 14:35, Wilco Dijkstra wdijk...@arm.com wrote: 2014-11-14 Wilco Dijkstra wdijk...@arm.com * gcc/config/aarch64/aarch64.c (generic_regmove_cost): Increase FP move cost.

Re: [PATCH][AArch64] Adjust generic move costs

2014-11-17 Thread Marcus Shawcroft
On 14 November 2014 14:35, Wilco Dijkstra wdijk...@arm.com wrote: 2014-11-14 Wilco Dijkstra wdijk...@arm.com * gcc/config/aarch64/aarch64.c (generic_regmove_cost): Increase FP move cost. OK /Marcus

[PATCH][AArch64] Adjust generic move costs

2014-11-14 Thread Wilco Dijkstra
Hi, This patch adjusts the generic move costs to better reflect the INT-FP move costs used in the various core specific cost tables. The intention of these generic costs is that they provide reasonable performance across a range of cores without unduly pessimizing any one specific core. This