Re: [PATCH, PR 61160] IPA-CP and edges leading to thunks of clones

2014-05-31 Thread Jan Hubicka
> Hi, > > PR 61160 is actually two problems, this patch deals with the one > reported in comment one. The underlying cause is that an IPA-CP test > whether an edge is already leading to a clone does not look through > thunks, which caused it to double count and doubly-redirect them. > > Bootstra

[PATCH, PR 61160] IPA-CP and edges leading to thunks of clones

2014-05-30 Thread Martin Jambor
Hi, PR 61160 is actually two problems, this patch deals with the one reported in comment one. The underlying cause is that an IPA-CP test whether an edge is already leading to a clone does not look through thunks, which caused it to double count and doubly-redirect them. Bootstrapped and tested