+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
/* { dg-require-effective-target vect_int } */
+/* { dg-require-effective-target vect_perm } */
/* { dg-additional-options "--param tree-reassoc-width=1" } */
#include <stdarg.h>
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" } } */
/* { dg-require-effective-target vect_int } */
+/* { dg-require-effective-target vect_perm } */
#include <stdarg.h>
#include "tree-vect.h"
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" } } */