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

2015-10-19 Thread Martin Liška
nstall to trunk. Thanks for the review, Martin OK with that change. Honza >From 83a16ac2716baf7418d581398769e78bbde6abd0 Mon Sep 17 00:00:00 2001 From: marxin <mli...@suse.cz> Date: Thu, 8 Oct 2015 17:57:30 +0200 Subject: [PATCH] Correctly fill up cgraph_node::local.versionable flag. gc

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

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

2015-10-16 Thread Martin Liška
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 on x86_64-linux-pc