re PR tree-optimization/68916 (gcc.dg/vect/slp-perm-4.c FAILs)

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
This commit is contained in:
Richard Biener 2015-12-16 12:13:05 +00:00 committed by Richard Biener
parent 07b140c2a2
commit 4c2e0828c1
3 changed files with 17 additions and 3 deletions

View 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

View 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" } } */

View 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" } } */