Hello,
> Hi Honza,
>
>
> > On 5 Sep 2025, at 1:30 am, Jan Hubicka wrote:
> >
> > External email: Use caution opening links or attachments
> >
> >
> > Hi,
> > with -fpartial-profling we ICE building perlbench and gcc from spec2k17
> > since
> > afdo_annotate_cfg applies knowlede about zero pr
Hi Honza,
> On 5 Sep 2025, at 1:30 am, Jan Hubicka wrote:
>
> External email: Use caution opening links or attachments
>
>
> Hi,
> with -fpartial-profling we ICE building perlbench and gcc from spec2k17 since
> afdo_annotate_cfg applies knowlede about zero profiles too early. This patch
> mov
Hi Honza,
> On 5 Sep 2025, at 1:30 am, Jan Hubicka wrote:
>
> External email: Use caution opening links or attachments
>
>
> Hi,
> with -fpartial-profling we ICE building perlbench and gcc from spec2k17 since
> afdo_annotate_cfg applies knowlede about zero profiles too early. This patch
> mo
Hi,
with -fpartial-profling we ICE building perlbench and gcc from spec2k17 since
afdo_annotate_cfg applies knowlede about zero profiles too early. This patch
moves it after the early exit when profile is 0 everywhere and also fixes
formatting issue in the next block.
Bootstrapped/regtesed x86_64