https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60243
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2017-11-17 00:00:00 |2018-11-19 --- Comment #25 from Richard Biener <rguenth at gcc dot gnu.org> --- (In reply to Martin Liška from comment #24) > Can the bug be marked as resolved? I don't see how. Jakubs testcase: ipa inlining heuristics : 27.66 ( 8%) 0.00 ( 0%) 27.66 ( 8%) 0 kB ( 0%) ipa profile : 18.72 ( 6%) 0.00 ( 0%) 18.71 ( 5%) 0 kB ( 0%) ipa SRA : 190.05 ( 58%) 1.44 ( 9%) 191.77 ( 56%) 717305 kB ( 22%) early inlining heuristics : 24.01 ( 7%) 0.01 ( 0%) 24.18 ( 7%) 2357 kB ( 0%) tree operand scan : 13.67 ( 4%) 0.68 ( 4%) 14.12 ( 4%) 95009 kB ( 3%) TOTAL : 325.67 16.14 343.04 3319727 kB so it's all IPA and a little operand scanner.