Re: [PATCH] Fixes for profile count/probability maintenance

2023-09-27 Thread Jan Hubicka
> > gcc/ChangeLog: > > > > * auto-profile.cc (afdo_calculate_branch_prob): Fix count > > comparisons > > * ipa-utils.cc (ipa_merge_profiles): Guard against zero count when > > computing probabilities > > * tree-vect-loop-manip.cc (vect_do_peeling): Guard against zer

Re: [PATCH] Fixes for profile count/probability maintenance

2023-09-27 Thread Richard Biener
On Tue, Sep 19, 2023 at 8:17 PM Eugene Rozenfeld wrote: > > Verifier checks have recently been strengthened to check that > all counts and probabilities are initialized. The checks fired > during autoprofiledbootstrap build and this patch fixes it. OK if Honza doesn't have any comments this week.

[PATCH] Fixes for profile count/probability maintenance

2023-09-19 Thread Eugene Rozenfeld
Verifier checks have recently been strengthened to check that all counts and probabilities are initialized. The checks fired during autoprofiledbootstrap build and this patch fixes it. gcc/ChangeLog: * auto-profile.cc (afdo_calculate_branch_prob): Fix count comparisons * ipa-utils