Commit 564a6431 by Ira Rosen Committed by Ira Rosen

re PR tree-optimization/38464 (vect/costmodel/ppc/costmodel-slp-12.c fails to vectorize)

	PR tree-optimization/38464
	* gcc.dg/vect/costmodel/ppc/costmodel-slp-12.c: Check that three
	loops are vectorized.

From-SVN: r142672
parent ed2b3f01
2008-12-11 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/38464
* gcc.dg/vect/costmodel/ppc/costmodel-slp-12.c: Check that three
loops are vectorized.
2008-12-10 Jason Merrill <jason@redhat.com>
PR c++/35319
......
......@@ -114,7 +114,7 @@ int main (void)
return 0;
}
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" {target { vect_strided && vect_int_mult } } } } */
/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect" {target { vect_strided && vect_int_mult } } } } */
/* { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" {target { vect_strided && vect_int_mult } } } } */
/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 3 "vect" {target { vect_strided && vect_int_mult } } } } */
/* { dg-final { cleanup-tree-dump "vect" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment