aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.cc
diff options
context:
space:
mode:
authorEugene Rozenfeld <erozen@microsoft.com>2024-03-26 16:28:08 -0700
committerEugene Rozenfeld <erozen@microsoft.com>2024-04-03 17:28:30 -0700
commitfe385c219994f6d5c1ffe00bcaf5a62c3d18caaf (patch)
tree1e1c3c86775077606b0a8394faf346ae5d281d9e /gcc/function.cc
parent88ce7fbcc7e9a1ffcd684bab53d1f46017860c25 (diff)
downloadgcc-fe385c219994f6d5c1ffe00bcaf5a62c3d18caaf.zip
gcc-fe385c219994f6d5c1ffe00bcaf5a62c3d18caaf.tar.gz
gcc-fe385c219994f6d5c1ffe00bcaf5a62c3d18caaf.tar.bz2
Don't set full_profile in auto-profile [PR113765]
auto-profile currently doesn't guarantee that it will set probabilities on all edges because of zero basic block counts. Normally those edges just have probabilities set by the preceding profile_estimate pass but under -O0 profile_estimate pass doesn't run. The patch removes setting of full_profile to true in auto-profile. Tested on x86_64-pc-linux-gnu. gcc/ChangeLog: PR gcov-profile/113765 * auto-profile.cc (afdo_annotate_cfg): Don't set full_profile to true
Diffstat (limited to 'gcc/function.cc')
0 files changed, 0 insertions, 0 deletions