fmaxmin.c: Add -fno-vect-cost-model.
authorNaveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
Thu, 24 Nov 2016 09:42:36 +0000 (09:42 +0000)
committerNaveen H.S <naveenh@gcc.gnu.org>
Thu, 24 Nov 2016 09:42:36 +0000 (09:42 +0000)
2016-11-23  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>

* gcc.target/aarch64/fmaxmin.c : Add -fno-vect-cost-model.
* gcc.target/aarch64/fmul_fcvt_2.c : Likewise.
* gcc.target/aarch64/vect-abs-compile.c : Likewise.
* gcc.target/aarch64/vect-clz.c : Likewise.
* gcc.target/aarch64/vect-fcm-eq-d.c : Likewise.
* gcc.target/aarch64/vect-fcm-ge-d.c : Likewise.
* gcc.target/aarch64/vect-fcm-gt-d.c : Likewise.
* gcc.target/aarch64/vect-fmovd-zero.c : Likewise.
* gcc.target/aarch64/vect-fmovd.c : Likewise.
* gcc.target/aarch64/vect-fmovf-zero.c : Likewise.
* gcc.target/aarch64/vect-fmovf.c : Likewise.
* gcc.target/aarch64/vect_ctz_1.c : Likewise.

From-SVN: r242821

13 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/fmaxmin.c
gcc/testsuite/gcc.target/aarch64/fmul_fcvt_2.c
gcc/testsuite/gcc.target/aarch64/vect-abs-compile.c
gcc/testsuite/gcc.target/aarch64/vect-clz.c
gcc/testsuite/gcc.target/aarch64/vect-fcm-eq-d.c
gcc/testsuite/gcc.target/aarch64/vect-fcm-ge-d.c
gcc/testsuite/gcc.target/aarch64/vect-fcm-gt-d.c
gcc/testsuite/gcc.target/aarch64/vect-fmovd-zero.c
gcc/testsuite/gcc.target/aarch64/vect-fmovd.c
gcc/testsuite/gcc.target/aarch64/vect-fmovf-zero.c
gcc/testsuite/gcc.target/aarch64/vect-fmovf.c
gcc/testsuite/gcc.target/aarch64/vect_ctz_1.c

index 831ca5e..fbf06ca 100644 (file)
@@ -1,3 +1,18 @@
+2016-11-23  Naveen H.S  <Naveen.Hurugalawadi@caviumnetworks.com>
+
+       * gcc.target/aarch64/fmaxmin.c : Add -fno-vect-cost-model.
+       * gcc.target/aarch64/fmul_fcvt_2.c : Likewise.
+       * gcc.target/aarch64/vect-abs-compile.c : Likewise.
+       * gcc.target/aarch64/vect-clz.c : Likewise.
+       * gcc.target/aarch64/vect-fcm-eq-d.c : Likewise.
+       * gcc.target/aarch64/vect-fcm-ge-d.c : Likewise.
+       * gcc.target/aarch64/vect-fcm-gt-d.c : Likewise.
+       * gcc.target/aarch64/vect-fmovd-zero.c : Likewise.
+       * gcc.target/aarch64/vect-fmovd.c : Likewise.
+       * gcc.target/aarch64/vect-fmovf-zero.c : Likewise.
+       * gcc.target/aarch64/vect-fmovf.c : Likewise.
+       * gcc.target/aarch64/vect_ctz_1.c : Likewise.
+
 2016-11-23  Peter Bergner  <bergner@vnet.ibm.com>
 
        PR target/78458
index 7654955..4447e33 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-options "-O2 -ftree-vectorize -fno-inline -save-temps" } */
+/* { dg-options "-O2 -ftree-vectorize -fno-inline -fno-vect-cost-model -save-temps" } */
 
 
 extern void abort (void);
index d8a9335..4ac3ab7 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-options "-save-temps -O2 -ftree-vectorize -fno-inline" } */
+/* { dg-options "-save-temps -O2 -ftree-vectorize -fno-inline -fno-vect-cost-model" } */
 
 #define N 1024
 
index 27146b8..19082d7 100644 (file)
@@ -1,6 +1,6 @@
 
 /* { dg-do compile } */
-/* { dg-options "-O3" } */
+/* { dg-options "-O3 -fno-vect-cost-model" } */
 
 #define N 16
 
index 4c7321f..044fa9e 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-options "-O3 -save-temps -fno-inline" } */
+/* { dg-options "-O3 -save-temps -fno-inline -fno-vect-cost-model" } */
 
 extern void abort ();
 
index d91cca2..4640f57 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-all -fno-unroll-loops --save-temps -fno-inline" } */
+/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-all -fno-unroll-loops --save-temps -fno-inline -fno-vect-cost-model" } */
 
 #define FTYPE double
 #define ITYPE long
index c3c4fb3..f5b6329 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-all -fno-unroll-loops --save-temps -fno-inline" } */
+/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-all -fno-unroll-loops --save-temps -fno-inline -fno-vect-cost-model" } */
 
 #define FTYPE double
 #define ITYPE long
index 9ef5f1c..28d7ab6 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-all -fno-unroll-loops --save-temps -fno-inline" } */
+/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-all -fno-unroll-loops --save-temps -fno-inline -fno-vect-cost-model" } */
 
 #define FTYPE double
 #define ITYPE long
index f8ef3ac..bfd327c 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-all" } */
+/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-all -fno-vect-cost-model" } */
 
 #define N 32
 
index 3c6e987..53aa66c 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-all" } */
+/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-all -fno-vect-cost-model" } */
 
 #define N 32
 
index e75115f..8eb8a65 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-all" } */
+/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-all -fno-vect-cost-model" } */
 
 #define N 32
 
index ef979bc..90d911c 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-all" } */
+/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-all -fno-vect-cost-model" } */
 
 #define N 32
 
index 39cf00e..c4eaf5b 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-options "-O3 -save-temps -fno-inline" } */
+/* { dg-options "-O3 -save-temps -fno-inline -fno-vect-cost-model" } */
 
 extern void abort ();