This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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-point convert costs. Before that they showed the cost of moving to/from 
> VFP and core registers instead of the cost of the vcvt (floating point 
> round/convert) instructions as they should.
> 
> Tested arm-none-eabi on qemu and benchmarked to make sure there are no regressions.
> 
> Ok for trunk?
> 
> Thanks,
> Kyrill
> 
> 2013-11-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
> 
>      PR target/59289
>      * config/arm/arm.c (cortexa15_extra_costs): Adjust costs.
> 
> 

OK.

R.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]