Re: [PATCH]: Add -fipa-cp-alignment

2015-02-17 Thread H.J. Lu
On Tue, Feb 17, 2015 at 12:13 PM, Jan Hubicka wrote: >> This patch adds -fipa-cp-alignment to provide a way to enable/disable >> alignment discovery and propagation in IPA-CP. OK for trunk? >> >> Thanks. >> diff --git a/gcc/common.opt b/gcc/common.opt >> index 0c60e84..e0d4a1d 100644 >> --- a/gcc

Re: [PATCH]: Add -fipa-cp-alignment

2015-02-17 Thread Jan Hubicka
> This patch adds -fipa-cp-alignment to provide a way to enable/disable > alignment discovery and propagation in IPA-CP. OK for trunk? > > Thanks. > diff --git a/gcc/common.opt b/gcc/common.opt > index 0c60e84..e0d4a1d 100644 > --- a/gcc/common.opt > +++ b/gcc/common.opt > @@ -1458,6 +1458,10 @@

[PATCH]: Add -fipa-cp-alignment

2015-02-17 Thread H.J. Lu
This patch adds -fipa-cp-alignment to provide a way to enable/disable alignment discovery and propagation in IPA-CP. OK for trunk? Thanks. H.J. -- gcc/ * common.opt (fipa-cp-alignment): New. * ipa-cp.c (ipcp_store_alignment_results): Check flag_ipa_cp_alignment.