]> git.ipfire.org Git - thirdparty/gcc.git/commit
Dump profile_info in ipa-profile dump
authorJan Hubicka <hubicka@ucw.cz>
Wed, 3 Sep 2025 16:00:42 +0000 (18:00 +0200)
committerJan Hubicka <hubicka@ucw.cz>
Wed, 3 Sep 2025 16:00:42 +0000 (18:00 +0200)
commitbda76b479dc8492183dbf73236ff30805674f6f5
treeeb767f6d027cfdeb227381e2aef31aeedb64aa7d
parent2c4fcab25fc0362359c87ab955b24c54aa41b46c
Dump profile_info in ipa-profile dump

WPA currently does not print profile_info which might have been modified
by profile merging logic.  this patch adds dumping logic to ipa-profile pass.

Bootstrapped/regtested x86_64-linux, comitted.

gcc/ChangeLog:

* ipa-profile.cc (ipa_profile): Dump profile_info.
gcc/ipa-profile.cc