Hi, On Fri, Jun 15 2018, Martin Liška wrote: > Hi. > > This is first part of IPA summary conversion clean-up. It removes > ::get_create and > uses ::get for ipa-inline related symbol (and call) summaries. I'm planning to > investigate also other summaries. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Martin > > gcc/ChangeLog: > > 2018-06-15 Martin Liska <mli...@suse.cz> >
... > * ipa-cp.c (ipcp_cloning_candidate_p): Replace get_create with ... > * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise. ... > * tree-sra.c (ipa_sra_preliminary_function_checks): Likewise. For the record, I believe the ipa-prop and tree-sra.c changes are obvious and I like the ipa-cp hunks too. Thanks, Martin