Re: [PATCH] Initialize counters in autoFDO to zero, not to uninitialized.

2017-07-27 Thread Martin Liška
On 07/26/2017 07:43 PM, Jeff Law wrote: > On 07/11/2017 04:35 AM, Martin Liška wrote: >> Hello. >> >> This fixes majority of autoFDO test-cases. >> >> Patch can boostrap and survives regression tests. >> >> Ready for trunk? >> Thanks, >> Martin >> >> gcc/ChangeLog: >> >> 2017-07-11 Martin Liska

Re: [PATCH] Initialize counters in autoFDO to zero, not to uninitialized.

2017-07-26 Thread Jeff Law
On 07/11/2017 04:35 AM, Martin Liška wrote: > Hello. > > This fixes majority of autoFDO test-cases. > > Patch can boostrap and survives regression tests. > > Ready for trunk? > Thanks, > Martin > > gcc/ChangeLog: > > 2017-07-11 Martin Liska > > * auto-profile.c (afdo_annotate_cfg): Ass

[PATCH] Initialize counters in autoFDO to zero, not to uninitialized.

2017-07-11 Thread Martin Liška
Hello. This fixes majority of autoFDO test-cases. Patch can boostrap and survives regression tests. Ready for trunk? Thanks, Martin gcc/ChangeLog: 2017-07-11 Martin Liska * auto-profile.c (afdo_annotate_cfg): Assign zero counts to BBs and edges seen by autoFDO. --- gcc/au