mirror of git://gcc.gnu.org/git/gcc.git
xop-rotate1-vector.c (dg-options): Add -mno-avx2.
* gcc.target/i386/xop-rotate1-vector.c (dg-options): Add -mno-avx2. * gcc.target/i386/xop-rotate2-vector.c (dg-options): Ditto. * gcc.target/i386/xop-rotate3-vector.c (dg-options): Ditto. * gcc.target/i386/xop-imul32widen-vector.c (dg-options): Ditto. * gcc.target/i386/xop-imul64-vector.c (dg-options): Ditto. * gcc.target/i386/xop-shift1-vector.c (dg-options): Ditto. * gcc.target/i386/xop-shift2-vector.c (dg-options): Ditto. * gcc.target/i386/xop-shift3-vector.c (dg-options): Ditto. From-SVN: r211136
This commit is contained in:
parent
40c0a15972
commit
ae48824a79
|
|
@ -1,3 +1,14 @@
|
||||||
|
2014-06-02 Uros Bizjak <ubizjak@gmail.com>
|
||||||
|
|
||||||
|
* gcc.target/i386/xop-rotate1-vector.c (dg-options): Add -mno-avx2.
|
||||||
|
* gcc.target/i386/xop-rotate2-vector.c (dg-options): Ditto.
|
||||||
|
* gcc.target/i386/xop-rotate3-vector.c (dg-options): Ditto.
|
||||||
|
* gcc.target/i386/xop-imul32widen-vector.c (dg-options): Ditto.
|
||||||
|
* gcc.target/i386/xop-imul64-vector.c (dg-options): Ditto.
|
||||||
|
* gcc.target/i386/xop-shift1-vector.c (dg-options): Ditto.
|
||||||
|
* gcc.target/i386/xop-shift2-vector.c (dg-options): Ditto.
|
||||||
|
* gcc.target/i386/xop-shift3-vector.c (dg-options): Ditto.
|
||||||
|
|
||||||
2014-06-02 Richard Biener <rguenther@suse.de>
|
2014-06-02 Richard Biener <rguenther@suse.de>
|
||||||
|
|
||||||
PR tree-optimization/61346
|
PR tree-optimization/61346
|
||||||
|
|
@ -563,7 +574,7 @@
|
||||||
|
|
||||||
PR target/58066
|
PR target/58066
|
||||||
* gcc.target/i386/pr58066.c: Replace pattern matching of .cfi
|
* gcc.target/i386/pr58066.c: Replace pattern matching of .cfi
|
||||||
directive with rtl insns. Add effective-target of fpic and
|
directive with rtl insns. Add effective-target fpic and
|
||||||
tls_native.
|
tls_native.
|
||||||
|
|
||||||
2014-05-17 Xinliang David Li <davidxl@google.com>
|
2014-05-17 Xinliang David Li <davidxl@google.com>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/* { dg-do compile } */
|
/* { dg-do compile } */
|
||||||
/* { dg-require-effective-target lp64 } */
|
/* { dg-require-effective-target lp64 } */
|
||||||
/* { dg-options "-O2 -mxop -ftree-vectorize" } */
|
/* { dg-options "-O2 -mxop -mno-avx2 -ftree-vectorize" } */
|
||||||
|
|
||||||
extern void exit (int);
|
extern void exit (int);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/* { dg-do compile } */
|
/* { dg-do compile } */
|
||||||
/* { dg-require-effective-target lp64 } */
|
/* { dg-require-effective-target lp64 } */
|
||||||
/* { dg-options "-O2 -mxop -ftree-vectorize" } */
|
/* { dg-options "-O2 -mxop -mno-avx2 -ftree-vectorize" } */
|
||||||
|
|
||||||
extern void exit (int);
|
extern void exit (int);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
into prot on XOP systems. */
|
into prot on XOP systems. */
|
||||||
|
|
||||||
/* { dg-do compile { target { ! { ia32 } } } } */
|
/* { dg-do compile { target { ! { ia32 } } } } */
|
||||||
/* { dg-options "-O2 -mxop -ftree-vectorize" } */
|
/* { dg-options "-O2 -mxop -mno-avx2 -ftree-vectorize" } */
|
||||||
|
|
||||||
extern void exit (int);
|
extern void exit (int);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
into prot on XOP systems. */
|
into prot on XOP systems. */
|
||||||
|
|
||||||
/* { dg-do compile { target { ! { ia32 } } } } */
|
/* { dg-do compile { target { ! { ia32 } } } } */
|
||||||
/* { dg-options "-O2 -mxop -ftree-vectorize" } */
|
/* { dg-options "-O2 -mxop -mno-avx2 -ftree-vectorize" } */
|
||||||
|
|
||||||
extern void exit (int);
|
extern void exit (int);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
into prot on XOP systems. */
|
into prot on XOP systems. */
|
||||||
|
|
||||||
/* { dg-do compile { target { ! { ia32 } } } } */
|
/* { dg-do compile { target { ! { ia32 } } } } */
|
||||||
/* { dg-options "-O2 -mxop -ftree-vectorize" } */
|
/* { dg-options "-O2 -mxop -mno-avx2 -ftree-vectorize" } */
|
||||||
|
|
||||||
extern void exit (int);
|
extern void exit (int);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
psha/pshl on XOP systems. */
|
psha/pshl on XOP systems. */
|
||||||
|
|
||||||
/* { dg-do compile { target { ! { ia32 } } } } */
|
/* { dg-do compile { target { ! { ia32 } } } } */
|
||||||
/* { dg-options "-O2 -mxop -ftree-vectorize" } */
|
/* { dg-options "-O2 -mxop -mno-avx2 -ftree-vectorize" } */
|
||||||
|
|
||||||
extern void exit (int);
|
extern void exit (int);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
psha/pshl on XOP systems. */
|
psha/pshl on XOP systems. */
|
||||||
|
|
||||||
/* { dg-do compile { target { ! { ia32 } } } } */
|
/* { dg-do compile { target { ! { ia32 } } } } */
|
||||||
/* { dg-options "-O2 -mxop -ftree-vectorize" } */
|
/* { dg-options "-O2 -mxop -mno-avx2 -ftree-vectorize" } */
|
||||||
|
|
||||||
extern void exit (int);
|
extern void exit (int);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
psha/pshl on XOP systems. */
|
psha/pshl on XOP systems. */
|
||||||
|
|
||||||
/* { dg-do compile { target { ! { ia32 } } } } */
|
/* { dg-do compile { target { ! { ia32 } } } } */
|
||||||
/* { dg-options "-O2 -mxop -ftree-vectorize" } */
|
/* { dg-options "-O2 -mxop -mno-avx2 -ftree-vectorize" } */
|
||||||
|
|
||||||
extern void exit (int);
|
extern void exit (int);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue