Re: [PATCH] Tweaks to the interface between ipa-inline-analysis and ipa-cp/ipa-prop

2011-05-12 Thread Jan Hubicka
> By the way, in the future we may want ipa-cp to merge clones that are > equivalent (let's say one of the predicate says that a parameter is > greater than 10 and we have a bunch of callers supplying values 1, 2 > and 8, we will want to create just one clone for all three values > because the effe

[PATCH] Tweaks to the interface between ipa-inline-analysis and ipa-cp/ipa-prop

2011-05-12 Thread Martin Jambor
Hi, the original intention of this patch was not only to make the interface a bit nicer and internals of the lattice isolated but also so that we do not use struct ipcp_lattice in ipa-inline-analysis.c and thus my large modifications of theat structure do not have to be reflected in the file. Per