You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@andyzhaozhenyu I tried this with my version of bubble_sort and GCC12 and I see that the counts are propagated correctly. Can you share your test.c and full output of gcc -g -O2 -o pmu test.c -fauto-profile=pmu.gcov -fdump-ipa-afdo-details ?
I tried to use Autofdo on GCC12 to optimize bubble_sort, but I checked the cfg. The count for basic block is not correct.

The text was updated successfully, but these errors were encountered: