Re: [PATCH] Updates ssa and inline summary in the correct location for AutoFDO

2014-12-17 Thread Richard Biener
On Tue, Dec 16, 2014 at 11:53 PM, Jan Hubicka wrote: >> > gcc/ChangeLog: >> > 2014-11-18 Dehao Chen >> > >> > * auto-profile.c (afdo_annotate_cfg): Invoke update_ssa in the >> > right >> > place. >> > (auto_profile): Recompute inline summary after processing cgraph >>

Re: [PATCH] Updates ssa and inline summary in the correct location for AutoFDO

2014-12-16 Thread Jan Hubicka
> > gcc/ChangeLog: > > 2014-11-18 Dehao Chen > > > > * auto-profile.c (afdo_annotate_cfg): Invoke update_ssa in the right > > place. > > (auto_profile): Recompute inline summary after processing cgraph > > node. > > > > Index: gcc/auto-profile.c > > =

Re: [PATCH] Updates ssa and inline summary in the correct location for AutoFDO

2014-12-16 Thread Dehao Chen
ping... Thanks, Dehao On Tue, Nov 18, 2014 at 2:29 PM, Dehao Chen wrote: > This patch updates ssa and inline summary in the correct location for AutoFDO. > > Bootstrapped and passed regression test. OK for trunk? > > Thanks, > Dehao > > gcc/ChangeLog:

[PATCH] Updates ssa and inline summary in the correct location for AutoFDO

2014-11-18 Thread Dehao Chen
This patch updates ssa and inline summary in the correct location for AutoFDO. Bootstrapped and passed regression test. OK for trunk? Thanks, Dehao gcc/ChangeLog: 2014-11-18 Dehao Chen * auto-profile.c (afdo_annotate_cfg): Invoke update_ssa in the right place