Re: cgraph_node::verify - quite strong condition that was met by IPA-ICF

2014-09-26 Thread Martin Jambor
Hi, On Fri, Sep 26, 2014 at 10:34:16AM +0200, Richard Biener wrote: > ... > > Btw, isn't cgraph edge redirection a "transform" step? Thus why is > it performed at WPA time at all? Shouldn't it be performed at LTRANS > time the same time we materialize clones and inline? > No, not really, ch

Re: cgraph_node::verify - quite strong condition that was met by IPA-ICF

2014-09-26 Thread Richard Biener
On Fri, Sep 26, 2014 at 12:00 AM, Jan Hubicka wrote: >> Hello. >> >> I've been finalizing IPA ICF testing process and I met a condition >> for lto-bootstrap, where cgraph_node::verify encounters error: >> >> In WPA, I prove that gen_vec_initv16qi can be merged with >> gen_vec_initv2sf. In the foll

Re: cgraph_node::verify - quite strong condition that was met by IPA-ICF

2014-09-25 Thread Jan Hubicka
> Hello. > > I've been finalizing IPA ICF testing process and I met a condition > for lto-bootstrap, where cgraph_node::verify encounters error: > > In WPA, I prove that gen_vec_initv16qi can be merged with > gen_vec_initv2sf. In the following case, ale local calls are > redirected: > > wh