Re: [PATCH] Make redirection only for target_clones (PR ipa/85329).

2018-04-11 Thread Martin Liška
On 04/11/2018 03:12 PM, Martin Liška wrote: > Hi. > > Following restricts cgraph redirection done in multiple_target.c just > to clones that are created in the IPA pass. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Martin > > gcc/Change

[PATCH] Make redirection only for target_clones (PR ipa/85329).

2018-04-11 Thread Martin Liška
Hi. Following restricts cgraph redirection done in multiple_target.c just to clones that are created in the IPA pass. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Martin gcc/ChangeLog: 2018-04-11 Martin Liska PR ipa/85329 * m