Commit 8d31b48b by Uros Bizjak

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
parent 695c51d4
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.
......
/* { 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"
......
/* { 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"
......
/* { 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"
......
......@@ -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" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment