Re: [PATCH][AArch64] Handle FLOAT and UNSIGNED_FLOAT in rtx costs

2015-05-01 Thread Marcus Shawcroft
On 1 May 2015 at 09:21, Kyrill Tkachov wrote: > 2015-05-01 Kyrylo Tkachov > > * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle FLOAT and > UNSIGNED_FLOAT. OK /Marcus

[PATCH][AArch64] Handle FLOAT and UNSIGNED_FLOAT in rtx costs

2015-05-01 Thread Kyrill Tkachov
Hi all, This patch adds handling of the FLOAT and UNSIGNED_FLOAT cases in rtx costs that map down to the scvtf and ucvtf instructions respectively. We use the fromint cost field for them. Tested on aarch64-none-elf. Ok for trunk? Thanks, Kyrill 2015-05-01 Kyrylo Tkachov * config/aar