Re: [PATCH 2/3] Make early return predictor more precise.

2017-06-23 Thread Martin Liška
On 06/22/2017 04:14 PM, Christophe Lyon wrote:
> Since this commit (r249450), I have noticed a regression:
> FAIL:gcc.dg/tree-ssa/ipa-split-5.c scan-tree-dump optimized "part"
> on aarch64/arm
> 
> Christophe

Hello.

I'm aware of the failure and I fixed that (hopefully) in r249503.
Can you please test that?

Thanks,
Martin


Re: [PATCH] PR ipa/81185, Improve naming of target_clone cloned function names

2017-06-23 Thread Martin Liška
On 06/23/2017 03:58 AM, Michael Meissner wrote:
> he June 19th, 2017 change from Martin Liska  , made the
> target_clones support more usable, in that it it changed the external name 
> from
> being the default function to being the ifunc handler.  This means that calls
> from other modules will call the appropriate clone based on what machine it is
> running on.

Hello Michael.

Thanks for the fix, you did it in a very elegant way ;)

Martin


<    1   2