Re: [PATCH] Correctly fill up cgraph_node::local.versionable flag.

2015-10-19 Thread Martin Liška
On 10/17/2015 09:49 PM, Jan Hubicka wrote: Hello. I've been working on HSA branch, where we have a cloning pass running with all optimization levels. The patch makes computation of cgraph_node::local.versionability independent on IPA CP and uses the flag to verify that a function can be cloned.

Re: [PATCH] Correctly fill up cgraph_node::local.versionable flag.

2015-10-17 Thread Jan Hubicka
> Hello. > > I've been working on HSA branch, where we have a cloning pass running with all > optimization levels. The patch makes computation of > cgraph_node::local.versionability > independent on IPA CP and uses the flag to verify that a function can be > cloned. > > The patch can bootstrap