aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorMartin Jambor <mjambor@suse.cz>2021-10-27 14:49:02 +0200
committerMartin Jambor <mjambor@suse.cz>2021-10-27 15:12:05 +0200
commitab810952eb7c061e37054ddd1dfe0aa033365131 (patch)
tree2c6d25511afd3baed2f9d5f4d397d8f05aab8cd2 /libgcc
parentab1008255e37b5b51a433ed69e04c06300543799 (diff)
downloadgcc-ab810952eb7c061e37054ddd1dfe0aa033365131.zip
gcc-ab810952eb7c061e37054ddd1dfe0aa033365131.tar.gz
gcc-ab810952eb7c061e37054ddd1dfe0aa033365131.tar.bz2
ipa-cp: Use profile counters (or not) based on local availability
This is a follow-up small patch to address Honza's review of my previous patch to select saner profile count to base heuristics on. Currently the IPA-CP heuristics switch to PGO-mode only if there are PGO counters available for any part of the call graph. This change makes it to switch to the PGO mode only if any of the incoming edges bringing in the constant in question had any ipa-quality counts on them. Consequently, if a part of the program is built with -fprofile-use and another part without, IPA-CP will use estimated-frequency-based heuristics for the latter. I still wonder whether this should only happen with flag_profile_partial_training on. It seems like we're behaving as if it was always on. gcc/ChangeLog: 2021-10-18 Martin Jambor <mjambor@suse.cz> * ipa-cp.c (good_cloning_opportunity_p): Decide whether to use profile feedback depending on their local availability.
Diffstat (limited to 'libgcc')
0 files changed, 0 insertions, 0 deletions