]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR tree-optimization/38464 (vect/costmodel/ppc/costmodel-slp-12.c fails to vectorize)
authorIra Rosen <irar@il.ibm.com>
Thu, 11 Dec 2008 07:13:47 +0000 (07:13 +0000)
committerIra Rosen <irar@gcc.gnu.org>
Thu, 11 Dec 2008 07:13:47 +0000 (07:13 +0000)
PR tree-optimization/38464
* gcc.dg/vect/costmodel/ppc/costmodel-slp-12.c: Check that three
loops are vectorized.

From-SVN: r142672

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-slp-12.c

index f8a447f32420a72bed70960b60948ed94a999f88..20881212bd5192262f8463c40617161b0c6bf203 100644 (file)
@@ -1,3 +1,9 @@
+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
index 752c4f61390b2757f803f92bfa11d2c545e9a8b0..5eb01ebba8668641bb219cb44598fdccfe52ed0e 100644 (file)
@@ -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" } } */