Re: [PATCH][AArch64] Wire up Cortex-A57 rtx costs

2014-02-11 Thread Jakub Jelinek
On Tue, Feb 11, 2014 at 03:03:32PM +, Marcus Shawcroft wrote: > On 10 February 2014 09:55, Marcus Shawcroft > wrote: > > On 30 January 2014 13:48, Kyrill Tkachov wrote: > >> Hi all, > >> > >> This patch wires up the aarch64 backend to use the Cortex-A57 rtx costs > >> table that is proposed

Re: [PATCH][AArch64] Wire up Cortex-A57 rtx costs

2014-02-11 Thread Marcus Shawcroft
On 10 February 2014 09:55, Marcus Shawcroft wrote: > On 30 January 2014 13:48, Kyrill Tkachov wrote: >> Hi all, >> >> This patch wires up the aarch64 backend to use the Cortex-A57 rtx costs >> table that is proposed at >> http://gcc.gnu.org/ml/gcc-patches/2014-01/msg01954.html > > OK if release m

Re: [PATCH][AArch64] Wire up Cortex-A57 rtx costs

2014-02-10 Thread Marcus Shawcroft
On 30 January 2014 13:48, Kyrill Tkachov wrote: > Hi all, > > This patch wires up the aarch64 backend to use the Cortex-A57 rtx costs > table that is proposed at > http://gcc.gnu.org/ml/gcc-patches/2014-01/msg01954.html OK if release manager agrees. /Marcus

[PATCH][AArch64] Wire up Cortex-A57 rtx costs

2014-01-30 Thread Kyrill Tkachov
Hi all, This patch wires up the aarch64 backend to use the Cortex-A57 rtx costs table that is proposed at http://gcc.gnu.org/ml/gcc-patches/2014-01/msg01954.html It also sets the generic tuning to use the Cortex-A57 costs since they are more sensible for aarch64 systems than the generic ones