Re: [PATCH] Handle -fno-guess-branch-probability properly in predict.c (PR ipa/84825).

2018-03-20 Thread Jan Hubicka
> On 03/13/2018 01:13 PM, Martin Liška wrote: > > Hi. > > > > This is a fix for situation where we use -fno-guess-branch-probability and > > fnsplit happens. > > > > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > > > Ready for trunk? > > Thanks, > > Martin > > >

Re: [PATCH] Handle -fno-guess-branch-probability properly in predict.c (PR ipa/84825).

2018-03-16 Thread Martin Liška
On 03/13/2018 01:13 PM, Martin Liška wrote: > Hi. > > This is a fix for situation where we use -fno-guess-branch-probability and > fnsplit happens. > > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > Ready for trunk? > Thanks, > Martin > > gcc/ChangeLog: > > 201

[PATCH] Handle -fno-guess-branch-probability properly in predict.c (PR ipa/84825).

2018-03-13 Thread Martin Liška
Hi. This is a fix for situation where we use -fno-guess-branch-probability and fnsplit happens. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Ready for trunk? Thanks, Martin gcc/ChangeLog: 2018-03-13 Martin Liska PR ipa/84825 * predict.c (rebu