This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch to fix gcc.dg/vect/slp-15.c on IA64 (Linux and HP-UX)


> Right, this is a typo. The intention was to check that "vectorizing stmts
> using SLP" does not appear when vect_int_mult is false, i.e.,
> 
> > Index: gcc.dg/vect/slp-15.c
> > ===================================================================
> > --- gcc.dg/vect/slp-15.c   (revision 134577)
> > +++ gcc.dg/vect/slp-15.c   (working copy)
> > @@ -112,6 +112,6 @@ int main (void)
> >  /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect"
> > {target vect_int_mult } } } */
> >  /* { dg-final { scan-tree-dump-times "vectorized 0 loops" 1 "vect"
> > {target  { ! { vect_int_mult } } } } } */
> >  /* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP"
> > 2 "vect" {target vect_int_mult } } } */
> > !/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP"
> > 0 "vect" {target { ! { vect_int_mult } } } } } */
> >  /* { dg-final { cleanup-tree-dump "vect" } } */
> 
> Thanks,:
> Ira

That makes sense.  I tested your patch on IA64 HP-UX and it worked so I
will check it in as obvious.

Steve Ellcey
sje@cup.hp.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]