Re: [PATCH][AArch64] Use common rtx cost table structures with arm

2013-11-14 Thread Marcus Shawcroft
On 13 November 2013 11:16, Kyrill Tkachov wrote: > 2013-11-13 Kyrylo Tkachov > > * config/aarch64/aarch64.c: Include aarch-cost-tables.h. > (generic_rtx_cost_table): Remove. > (aarch64_rtx_costs): Use fields from cpu_cost_table. > * config/aarch64/aarch64-protos.h (tune_params)

[PATCH][AArch64] Use common rtx cost table structures with arm

2013-11-13 Thread Kyrill Tkachov
Hi all, This patch adjusts aarch64 to use the the same rtx cost table struct as arm and adds an include for the aarch-cost-table.h file which will include shared cost tables. The rtx costs function is adjusted to use the correct struct and fields. Tested aarch64-none-elf on a model. Ok for