> 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
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
> 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