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