Re: [PATCH][AArch64] Handle fcvta[su] and frint in RTX cost function

2014-07-17 Thread Marcus Shawcroft
On 10 July 2014 08:52, Kyrill Tkachov wrote: > Hi all, > > This patch adds rtx costing code for the round-to-integer instructions in > AArch64. > Some of them are implemented as UNSPECs, so I've added the appropriate case > to the big switch that can be > expanded upon to handle other unspecs in t

[PATCH][AArch64] Handle fcvta[su] and frint in RTX cost function

2014-07-10 Thread Kyrill Tkachov
Hi all, This patch adds rtx costing code for the round-to-integer instructions in AArch64. Some of them are implemented as UNSPECs, so I've added the appropriate case to the big switch that can be expanded upon to handle other unspecs in the future. Tested aarch64-none-elf and bootstrapped on