On 12/10/18 6:36 PM, Bin.Cheng wrote:
> On Thu, Nov 8, 2018 at 6:33 AM Jeff Law wrote:
>> On 10/31/18 12:34 AM, bin.cheng wrote:
>>> Hi,
>>> This patch fixes AutoFDO breakage on trunk. The main reason for breakage
>>> is AutoFDO
>>> relies on standalone edge count computing and propagating profi
On Thu, Nov 8, 2018 at 6:33 AM Jeff Law wrote:
>
> On 10/31/18 12:34 AM, bin.cheng wrote:
> > Hi,
> > This patch fixes AutoFDO breakage on trunk. The main reason for breakage
> > is AutoFDO
> > relies on standalone edge count computing and propagating profile
> > count/probability info
> > on C
On 10/31/18 12:34 AM, bin.cheng wrote:
> Hi,
> This patch fixes AutoFDO breakage on trunk. The main reason for breakage is
> AutoFDO
> relies on standalone edge count computing and propagating profile
> count/probability info
> on CFG, but in new infra, edge count is actually computed from proba
Hi,
This patch fixes AutoFDO breakage on trunk. The main reason for breakage is
AutoFDO
relies on standalone edge count computing and propagating profile
count/probability info
on CFG, but in new infra, edge count is actually computed from probability,
which leads
to chicken-egg problem and cor