Re: Fix vectorizer conditions on updating alignment

2014-11-23 Thread Eric Botcazou
> It's quite recent and it will break Ada iirc. I don't think so, it will break the case for which it was added, possibly something to do with Altivec. But doing "svn annotate" is easy enough. -- Eric Botcazou

Re: Fix vectorizer conditions on updating alignment

2014-11-22 Thread Richard Biener
On November 22, 2014 6:38:03 PM CET, "H.J. Lu" wrote: >On Thu, Jun 12, 2014 at 3:14 PM, Jan Hubicka wrote: >> Hi, >> while updating vect_can_force_dr_alignment_p for section API I >noticed the >> predicate is bit confused about when it can update the alignment. >> >> We need to check that decl_bi

Re: Fix vectorizer conditions on updating alignment

2014-11-22 Thread H.J. Lu
On Thu, Jun 12, 2014 at 3:14 PM, Jan Hubicka wrote: > Hi, > while updating vect_can_force_dr_alignment_p for section API I noticed the > predicate is bit confused about when it can update the alignment. > > We need to check that decl_binds_to_current_def_p and in case we compile > a partition also

Re: Fix vectorizer conditions on updating alignment

2014-06-24 Thread James Greenhalgh
On Mon, Jun 16, 2014 at 10:24:26AM +0100, Jan Hubicka wrote: > > On Fri, Jun 13, 2014 at 12:14 AM, Jan Hubicka wrote: > > > Hi, > > > while updating vect_can_force_dr_alignment_p for section API I noticed the > > > predicate is bit confused about when it can update the alignment. > > > > > > We ne

Re: Fix vectorizer conditions on updating alignment

2014-06-16 Thread Jan Hubicka
> On Fri, Jun 13, 2014 at 12:14 AM, Jan Hubicka wrote: > > Hi, > > while updating vect_can_force_dr_alignment_p for section API I noticed the > > predicate is bit confused about when it can update the alignment. > > > > We need to check that decl_binds_to_current_def_p and in case we compile > > a

Re: Fix vectorizer conditions on updating alignment

2014-06-13 Thread Richard Biener
On Fri, Jun 13, 2014 at 12:14 AM, Jan Hubicka wrote: > Hi, > while updating vect_can_force_dr_alignment_p for section API I noticed the > predicate is bit confused about when it can update the alignment. > > We need to check that decl_binds_to_current_def_p and in case we compile > a partition als