Re: [PATCH V2 1/2] Introduce flag_cunroll_grow_size for cunroll

2020-06-07 Thread Jiufu Guo via Gcc-patches
On 2020-06-05 01:53, Segher Boessenkool wrote: On Thu, Jun 04, 2020 at 08:46:23AM +0200, Richard Biener wrote: On Thu, Jun 4, 2020 at 5:34 AM Jiufu Guo wrote: > Patch is updated a little according to comments. > Please see if this is ok to commit. OK with a proper ChangeLog after bootstrap /

Re: [PATCH V2 1/2] Introduce flag_cunroll_grow_size for cunroll

2020-06-04 Thread Segher Boessenkool
On Thu, Jun 04, 2020 at 08:46:23AM +0200, Richard Biener wrote: > On Thu, Jun 4, 2020 at 5:34 AM Jiufu Guo wrote: > > Patch is updated a little according to comments. > > Please see if this is ok to commit. > > OK with a proper ChangeLog after bootstrap / testing. > > It's also OK to backport

Re: [PATCH V2 1/2] Introduce flag_cunroll_grow_size for cunroll

2020-06-04 Thread Richard Biener via Gcc-patches
On Thu, Jun 4, 2020 at 5:34 AM Jiufu Guo wrote: > > Jiufu Guo writes: > > Hi, > > Patch is updated a little according to comments. > Please see if this is ok to commit. OK with a proper ChangeLog after bootstrap / testing. It's also OK to backport this to the GCC 10 branch if powerpc folks

Re: [PATCH V2 1/2] Introduce flag_cunroll_grow_size for cunroll

2020-06-03 Thread Jiufu Guo via Gcc-patches
Jiufu Guo writes: Hi, Patch is updated a little according to comments. Please see if this is ok to commit. diff --git a/gcc/common.opt b/gcc/common.opt index 4464049fc1f..570e2aa53c8 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -2856,6 +2856,10 @@ funroll-all-loops Common Report