Re: [PATCH][ARM] Add Cortex-A53 rtx costs table

2013-11-16 Thread Richard Earnshaw (home)
On 15 Nov 2013, at 15:42, "Kyrill Tkachov" wrote: > Hi all, > > This patch adds the rtx costs table for the Cortex-A53. It goes in the new > aarch-cost-tables.h file because we will want to share it with AArch64. > > We add a corresponding tuning struct and set the tuning from generic cortex

[PATCH][ARM] Add Cortex-A53 rtx costs table

2013-11-15 Thread Kyrill Tkachov
Hi all, This patch adds the rtx costs table for the Cortex-A53. It goes in the new aarch-cost-tables.h file because we will want to share it with AArch64. We add a corresponding tuning struct and set the tuning from generic cortex tuning to the new one. Tested arm-none-eabi on model. Ok fo