Re: [PATCH 2/4] New parameter manipulation infrastructure

2019-09-19 Thread Martin Jambor
Hi, On Fri, Sep 13 2019, Jan Hubicka wrote: >> 2019-08-20 Martin Jambor >> >> * Makefile.in (GTFILES): Added ipa-param-manipulation.h. >> * cgraph.h (ipa_replace_map): Removed fields old_tree, replace_p >> and ref_p, added fields param_adjustments and performed_splits.

Re: [PATCH 2/4] New parameter manipulation infrastructure

2019-09-13 Thread Jan Hubicka
> 2019-08-20 Martin Jambor > > * Makefile.in (GTFILES): Added ipa-param-manipulation.h. > * cgraph.h (ipa_replace_map): Removed fields old_tree, replace_p > and ref_p, added fields param_adjustments and performed_splits. > (struct cgraph_clone_info): Remove ags_t

Re: [PATCH 2/4] New parameter manipulation infrastructure

2019-07-24 Thread Martin Jambor
Hello, On Tue, Jul 23 2019, Martin Jambor wrote: > This patch adds the capability to split parameters directly to the > call graph cloning infrastructure, while still allowing omp-simd to > clone functions on its own. Please see the cover letter for the whole > IPA-SRA patch-set for more details.