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: [AArch64] Cortex-A57 Choose some new branch costs.


On 13/11/15 10:13, James Greenhalgh wrote:
> 
> Hi,
> 
> With all the work that has recently gone in to ifcvt, I thought I'd revisit
> the branch cost settings for Cortex-A57. After a run of experiments [1],
> I found {1, 3} to be the sweet spot, giving a small set of performance
> improvements across some popular benchmarks.
> 
> I'd therefore like to propose changing the branch cost to those numbers.
> 
> Patch bootstrapped tuning for Cortex-A57 with no issues. I'll revisit
> the same for Cortex-A53.
> 
> OK?
> 
> Thanks,
> James
> 
> [1]: {2, 2}, {2, 3}, {2, 4},
>      {1, 2}, {1, 3}, {1, 4},
>      {3, 3}, {3, 4},
>      {4, 4}, {4, 5},
>      {5, 5}, {5, 6}
> 
> ---
> 2015-11-12  James Greenhalgh  <james.greenhalgh@arm.com>
> 
> 	* config/aarch64/aarch64.c (cortexa57_branch_costs): New.
> 	(cortexa57_tunings): Use it.
> 

OK.

R.


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