Re: [PATCH] Add Cortex-A15 tuning to gcc.dg/uninit-pred-8_a.c

2017-01-12 Thread Jakub Jelinek
On Thu, Jan 12, 2017 at 04:56:11PM +, Kyrill Tkachov wrote: > Hi all, > > As discussed in the PR it's better to pin down the tuning for arm targets on > this test so that the BRANCH_COST remains constant. > This makes the test more stable across toolchains configured for different > default

[PATCH] Add Cortex-A15 tuning to gcc.dg/uninit-pred-8_a.c

2017-01-12 Thread Kyrill Tkachov
Hi all, As discussed in the PR it's better to pin down the tuning for arm targets on this test so that the BRANCH_COST remains constant. This makes the test more stable across toolchains configured for different default CPUs. Ok to apply? Thanks, Kyrill 2017-01-12 Kyrylo Tkachov PR t