Re: Fix direction of polymorphic call predictor

2017-01-06 Thread Jan Hubicka
> On Fri, Jan 06, 2017 at 05:11:51PM +0100, Jan Hubicka wrote: > > Index: ChangeLog > > === > > --- ChangeLog (revision 244166) > > +++ ChangeLog (working copy) > > @@ -1,3 +1,10 @@ > > +2017-01-01 Jan Hubicka > > + > >

Re: Fix direction of polymorphic call predictor

2017-01-06 Thread Jakub Jelinek
On Fri, Jan 06, 2017 at 05:11:51PM +0100, Jan Hubicka wrote: > Index: ChangeLog > === > --- ChangeLog (revision 244166) > +++ ChangeLog (working copy) > @@ -1,3 +1,10 @@ > +2017-01-01 Jan Hubicka > + > + PR middle-end/77484 > +

Fix direction of polymorphic call predictor

2017-01-06 Thread Jan Hubicka
Hi, this is next patch to tweak call predictors. It fixes bug in the direction of predictor (like normal calls, polymorphic calls are usually not taken when there is if guariding them) and feeds in correct data from Martin's table. Bootstrapped/regtested x86_64-linux, comitted. I will fix the ind