avx-cvt-2.c (dg-options): Add -mtune=generic.

* gcc.target/i386/avx-cvt-2.c (dg-options): Add -mtune=generic.
	* gcc.target/i386/avx2-cvt-2.c (dg-options): Ditto.
	* gcc.target/i386/sse2-cvt-2.c (dg-options): Ditto.

	* gcc.target/i386/vectorize4-avx.c (dg-final): Remove xfail *-*-*.

From-SVN: r180769
This commit is contained in:
Uros Bizjak 2011-11-02 13:06:39 +01:00
parent 695c51d47c
commit 8d31b48b48
5 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,11 @@
2011-11-02 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/avx-cvt-2.c (dg-options): Add -mtune=generic.
* gcc.target/i386/avx2-cvt-2.c (dg-options): Ditto.
* gcc.target/i386/sse2-cvt-2.c (dg-options): Ditto.
* gcc.target/i386/vectorize4-avx.c (dg-final): Remove xfail *-*-*.
2011-11-02 Richard Guenther <rguenther@suse.de>
PR tree-optimization/50902
@ -85,7 +93,7 @@
2011-10-28 Paolo Carlini <paolo.carlini@oracle.com>
Revert:
2011-10-28 Paolo Carlini <paolo.carlini@oracle.com>
2011-10-28 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/50864
* g++.dg/template/crash109.C: New.

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O3 -mavx -mno-avx2 -fdump-tree-vect-details" } */
/* { dg-options "-O3 -mavx -mno-avx2 -mtune=generic -fdump-tree-vect-details" } */
#include "avx-cvt-1.c"

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O3 -mavx2 -fdump-tree-vect-details" } */
/* { dg-options "-O3 -mavx2 -mtune=generic -fdump-tree-vect-details" } */
#include "avx2-cvt-1.c"

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O3 -msse2 -mno-sse3 -fdump-tree-vect-details" } */
/* { dg-options "-O3 -msse2 -mno-sse3 -mtune=generic -fdump-tree-vect-details" } */
#include "sse2-cvt-1.c"

View File

@ -11,4 +11,4 @@ calc_freq (int *dest)
dest[i] = sqrt (tmp_out[i]);
}
/* { dg-final { scan-assembler "vsqrtpd\[ \\t\]+\[^\n\]*%ymm" { xfail *-*-* } } } */
/* { dg-final { scan-assembler "vsqrtpd\[ \\t\]+\[^\n\]*%ymm" } } */