[PATCH][ARM] Improve Cortex A15 rtx costs, fix PR 59289

2013-11-29 Thread Kyrill Tkachov
Hi all, When the Cortex A15 rtx costs table was first written, it didn't take into account that it was supposed to show the costs _above_ COSTS_N_INSNS (1). This patch adjusts that. Also, I've updated the accumulate costs and the floating-point convert costs. Before that they showed the cost o

Re: [PATCH][ARM] Improve Cortex A15 rtx costs, fix PR 59289

2013-11-29 Thread Richard Earnshaw
On 29/11/13 10:16, Kyrill Tkachov wrote: > Hi all, > > When the Cortex A15 rtx costs table was first written, it didn't take into > account that it was supposed to show the costs _above_ COSTS_N_INSNS (1). > This > patch adjusts that. Also, I've updated the accumulate costs and the > floating-