Re: [PATCH AutoFDO]Skip generating histogram value for internal call

2018-12-13 Thread Jeff Law
On 12/12/18 8:50 PM, bin.cheng wrote: > Hi, > This patch skips generating histogram value for internal function call in > autofdo, > otherwise it would trigger ICE with following patch re-enabling indirect call > value > profile transformation. I think this patch is actually needed for GCC-6 on

[PATCH AutoFDO]Skip generating histogram value for internal call

2018-12-12 Thread bin.cheng
Hi, This patch skips generating histogram value for internal function call in autofdo, otherwise it would trigger ICE with following patch re-enabling indirect call value profile transformation. I think this patch is actually needed for GCC-6 on which indirect call value profile is not disabled