Re: [PATCH] Fix profile count updates during tail merging

2013-10-18 Thread Jan Hubicka
> On Tue, Oct 15, 2013 at 2:05 PM, Jan Hubicka wrote: > >> This patch fixes a profile count insanity introduced by ssa tail > >> merging. When replacing bb1 with bb2, which has the same successors, > >> the bb counts were being merged, but the successor edge weights > >> were not. > >> > >> Bootst

Re: [PATCH] Fix profile count updates during tail merging

2013-10-18 Thread Teresa Johnson
On Tue, Oct 15, 2013 at 2:05 PM, Jan Hubicka wrote: >> This patch fixes a profile count insanity introduced by ssa tail >> merging. When replacing bb1 with bb2, which has the same successors, >> the bb counts were being merged, but the successor edge weights >> were not. >> >> Bootstrapped and tes

Re: [PATCH] Fix profile count updates during tail merging

2013-10-15 Thread Jan Hubicka
> This patch fixes a profile count insanity introduced by ssa tail > merging. When replacing bb1 with bb2, which has the same successors, > the bb counts were being merged, but the successor edge weights > were not. > > Bootstrapped and tested on x86_64-unknown-linux-gnu. Ok for trunk? > > Thanks