Re: [PATCH 2/3] [AutoFDO] Check count initialization to fix ICE with AutoFDO

2025-09-08 Thread Jan Hubicka
> Hi, > > Fix ICE with AutoFDO by adding initialization check > before accessing IPA counts to avoid issues with uninitialized profile > counts in self-recursive clone processing. + n->make_profile_local (); + if (n->count.quality () == AFDO) + n->make_profil

Re: [AutoFDO] Check count initialization to fix ICE with AutoFDO

2025-09-08 Thread Jan Hubicka
> Hi, > > Fix ICE with AutoFDO by adding initialization check > before accessing IPA counts to avoid issues with uninitialized profile > counts in self-recursive clone processing. OK, thanks! Honza > > Thanks, > Kugan > > >

[PATCH 2/3] [AutoFDO] Check count initialization to fix ICE with AutoFDO

2025-09-03 Thread Kugan Vivekanandarajah
Hi, Fix ICE with AutoFDO by adding initialization check before accessing IPA counts to avoid issues with uninitialized profile counts in self-recursive clone processing. Thanks, Kugan 0003-AutoFDO-Fix-profile-consistency-for-self-recursive-c.patch Description: 0003-AutoFDO-Fix-profile-consiste

[AutoFDO] Check count initialization to fix ICE with AutoFDO

2025-09-03 Thread Kugan Vivekanandarajah
Hi, Fix ICE with AutoFDO by adding initialization check before accessing IPA counts to avoid issues with uninitialized profile counts in self-recursive clone processing. Thanks, Kugan 0002-AutoFDO-Check-count-initialization-to-fix-ICE-with-A.patch Description: 0002-AutoFDO-Check-count-initia