Re: [PATCH][AArch64] Use Cortex-A57 rtx costs for the generic CPU

2014-02-27 Thread Richard Earnshaw
On 26/02/14 14:48, Kyrill Tkachov wrote: Hi all, The generic rtx cost table was written with AArch32 cores in mind. It would be a better idea to use the Cortex-A57 costs for the generic CPU in aarch64. That way we schedule for the Cortex-A53 and do instruction selection for the Cortex-A57.

[PATCH][AArch64] Use Cortex-A57 rtx costs for the generic CPU

2014-02-26 Thread Kyrill Tkachov
Hi all, The generic rtx cost table was written with AArch32 cores in mind. It would be a better idea to use the Cortex-A57 costs for the generic CPU in aarch64. That way we schedule for the Cortex-A53 and do instruction selection for the Cortex-A57. Since generic is the default CPU, this