]> git.ipfire.org Git - thirdparty/gcc.git/commit
Use tree view for find_always_executed_bbs result
authorRichard Biener <rguenther@suse.de>
Wed, 25 Sep 2024 10:52:32 +0000 (12:52 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 25 Sep 2024 12:06:39 +0000 (14:06 +0200)
commit7ad17fe095772f71c2f76bc75f92dcb93941ad96
tree4e74a7b34ee42ab61f9d574720396cf3ce11ef9a
parentfcff9c3dad4f356cbf56feaed7442893203a3003
Use tree view for find_always_executed_bbs result

The following makes us use bitmap tree view for the always-executed-BBs
bitmap as computed by IPA utils find_always_executed_bbs and used by
IPA modref (where it shows up in the profile for PR114855.

* ipa-utils.cc (find_always_executed_bbs): Switch result
bitmap to tree view.
gcc/ipa-utils.cc