]> git.ipfire.org Git - thirdparty/gcc.git/commit
Minor ipa-modref tweaks
authorJan Hubicka <jh@suse.cz>
Fri, 26 Nov 2021 12:54:41 +0000 (13:54 +0100)
committerJan Hubicka <jh@suse.cz>
Fri, 26 Nov 2021 12:54:41 +0000 (13:54 +0100)
commit2cadaa1f134beca5ec63544f185362c223bab590
tree78cb436b98978e0bcb588cec13d9d6b514e29d41
parent906cad89b390f7b471c0558c5770fc720bab2b1d
Minor ipa-modref tweaks

To make dumps easier to read modref now dumps cgraph_node name rather then
cfun name in function being analysed and I also fixed minor issue with ECF
flags merging when updating inline summary.

gcc/ChangeLog:

2021-11-26  Jan Hubicka  <hubicka@ucw.cz>

* ipa-modref.c (analyze_function): Drop parameter F and dump
cgraph node name rather than cfun name.
(modref_generate): Update.
(modref_summaries::insert):Update.
(modref_summaries_lto::insert):Update.
(pass_modref::execute):Update.
(ipa_merge_modref_summary_after_inlining): Improve combining of
ECF_FLAGS.
gcc/ipa-modref.c