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.
> 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