re PR tree-optimization/68916 (gcc.dg/vect/slp-perm-4.c FAILs)
authorRichard Biener <rguenther@suse.de>
Wed, 16 Dec 2015 12:13:05 +0000 (12:13 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 16 Dec 2015 12:13:05 +0000 (12:13 +0000)
2015-12-16  Richard Biener  <rguenther@suse.de>

PR testsuite/68916
PR testsuite/68914
* gcc.dg/vect/pr45752.c: Require vect_perm and adjust expected
dump.
* gcc.dg/vect/slp-perm-4.c: Likewise.

From-SVN: r231684

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/pr45752.c
gcc/testsuite/gcc.dg/vect/slp-perm-4.c

index 99fc42b..dc8a827 100644 (file)
@@ -1,3 +1,11 @@
+2015-12-16  Richard Biener  <rguenther@suse.de>
+
+       PR testsuite/68916
+       PR testsuite/68914
+       * gcc.dg/vect/pr45752.c: Require vect_perm and adjust expected
+       dump.
+       * gcc.dg/vect/slp-perm-4.c: Likewise.
+
 2015-12-16  Matthew Wahab  <matthew.wahab@arm.com>
 
        * lib/target-supports.exp (add_options_for_arm_v8_1a_neon): Update
index 785b296..5e5f455 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-require-effective-target vect_int } */
+/* { dg-require-effective-target vect_perm } */
 /* { dg-additional-options "--param tree-reassoc-width=1" } */
 
 #include <stdarg.h>
@@ -104,6 +105,8 @@ int main (int argc, const char* argv[])
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect"  } } */
+/* Currently interleaving is not supported for a group-size of 5.  */
+
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
 /* { dg-final { scan-tree-dump-times "gaps requires scalar epilogue loop" 0 "vect" } } */
-/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 2 "vect" { target vect_perm } } } */
+/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 2 "vect" } } */
index 80bc58c..6074892 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-require-effective-target vect_int } */
+/* { dg-require-effective-target vect_perm } */
 
 #include <stdarg.h>
 #include "tree-vect.h"
@@ -82,6 +83,8 @@ int main (int argc, const char* argv[])
   return 0;
 }
 
+/* Currently interleaving is not supported for a group-size of 5.  */
+
 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
 /* { dg-final { scan-tree-dump-times "gaps requires scalar epilogue loop" 0 "vect" } } */
-/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect" { target vect_perm } } } */
+/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect" } } */