RE: [PATCH 6/6] ipa-cp: Separate and increase the large-unit parameter

2020-10-26 Thread Tamar Christina via Gcc-patches
rom: Gcc-patches On Behalf Of Martin > Jambor > Sent: Monday, September 21, 2020 3:25 PM > To: GCC Patches > Cc: Jan Hubicka > Subject: [PATCH 6/6] ipa-cp: Separate and increase the large-unit parameter > > A previous patch in the series has taught IPA-CP to identify the imp

Re: [PATCH 6/6] ipa-cp: Separate and increase the large-unit parameter

2020-09-30 Thread Martin Jambor
Hi, On Wed, Sep 30 2020, Richard Biener wrote: > On Tue, Sep 29, 2020 at 9:31 PM Jan Hubicka wrote: >> >> > >> > gcc/ChangeLog: >> > >> > 2020-09-07 Martin Jambor >> > >> > * params.opt (ipa-cp-large-unit-insns): New parameter. >> > * ipa-cp.c (get_max_overall_size): Use the new pa

Re: [PATCH 6/6] ipa-cp: Separate and increase the large-unit parameter

2020-09-29 Thread Richard Biener via Gcc-patches
On Tue, Sep 29, 2020 at 9:31 PM Jan Hubicka wrote: > > > > > gcc/ChangeLog: > > > > 2020-09-07 Martin Jambor > > > > * params.opt (ipa-cp-large-unit-insns): New parameter. > > * ipa-cp.c (get_max_overall_size): Use the new parameter. > OK, Maybe the IPA CP large-unit should be a fa

Re: [PATCH 6/6] ipa-cp: Separate and increase the large-unit parameter

2020-09-29 Thread Jan Hubicka
> > gcc/ChangeLog: > > 2020-09-07 Martin Jambor > > * params.opt (ipa-cp-large-unit-insns): New parameter. > * ipa-cp.c (get_max_overall_size): Use the new parameter. OK, thanks! Honza > --- > gcc/ipa-cp.c | 2 +- > gcc/params.opt | 4 > 2 files changed, 5 insertions(+), 1

[PATCH 6/6] ipa-cp: Separate and increase the large-unit parameter

2020-09-29 Thread Martin Jambor
A previous patch in the series has taught IPA-CP to identify the important cloning opportunities in 548.exchange2_r as worthwhile on their own, but the optimization is still prevented from taking place because of the overall unit-growh limit. This patches raises that limit so that it takes place a

[PATCH 6/6] ipa-cp: Separate and increase the large-unit parameter

2020-09-07 Thread Martin Jambor
Hi, a previous patch in the series has taught IPA-CP to identify the important cloning opportunities in 548.exchange2_r as worthwhile on their own, but the optimization is still prevented from taking place because of the overall unit-growh limit. This patches raises that limit so that it takes pl