Re: [PATCH][AArch64] Improve address cost for -mcpu=generic

2017-05-04 Thread Richard Earnshaw (lists)
On 12/04/17 14:08, Wilco Dijkstra wrote: > All cores which add a cpu_addrcost_table use a non-zero value for > HI and TI mode shifts (a non-zero value for general indexing also > applies to all shifts). Given this, it makes no sense to use a > different setting in generic_addrcost_table. So chan

Re: [PATCH][AArch64] Improve address cost for -mcpu=generic

2017-04-20 Thread Wilco Dijkstra
ping From: Wilco Dijkstra Sent: 12 April 2017 14:08 To: GCC Patches Cc: nd; James Greenhalgh; Evandro Menezes; jim.wil...@linaro.org; andrew.pin...@cavium.com Subject: [PATCH][AArch64] Improve address cost for -mcpu=generic   All cores which add a cpu_addrcost_table use a non-zero value for

[PATCH][AArch64] Improve address cost for -mcpu=generic

2017-04-12 Thread Wilco Dijkstra
All cores which add a cpu_addrcost_table use a non-zero value for HI and TI mode shifts (a non-zero value for general indexing also applies to all shifts). Given this, it makes no sense to use a different setting in generic_addrcost_table. So change it so that all supported cores, including -mcp