vec-sld-modulo.c: Require p8vector_hw.
authorBill Schmidt <wschmidt@linux.ibm.com>
Tue, 12 Feb 2019 14:24:58 +0000 (14:24 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Tue, 12 Feb 2019 14:24:58 +0000 (14:24 +0000)
2018-01-12  Bill Schmidt  <wschmidt@linux.ibm.com>

* gcc.target/powerpc/vec-sld-modulo.c: Require p8vector_hw.
* gcc.target/powerpc/vec-srad-modulo.c: Likewise.
* gcc.target/powerpc/vec-srd-modulo.c: Likewise.

From-SVN: r268797

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/vec-sld-modulo.c
gcc/testsuite/gcc.target/powerpc/vec-srad-modulo.c
gcc/testsuite/gcc.target/powerpc/vec-srd-modulo.c

index de2f0923b135ef8ec7cd6837c2461362dc14d44d..adfe1ae033a3bb44f918241f19983de986f7c958 100644 (file)
@@ -1,3 +1,9 @@
+2018-01-12  Bill Schmidt  <wschmidt@linux.ibm.com>
+
+       * gcc.target/powerpc/vec-sld-modulo.c: Require p8vector_hw.
+       * gcc.target/powerpc/vec-srad-modulo.c: Likewise.
+       * gcc.target/powerpc/vec-srd-modulo.c: Likewise.
+
 2019-02-12  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/89253
index de7c04577ab19ca5764e71c35fa84e3a3a1fd59f..d8dd14ec91648ced6470c8f2665ef44bff0c42b0 100644 (file)
@@ -1,8 +1,8 @@
 /* Test that using a character splat to set up a shift-left
    for a doubleword vector works correctly after gimple folding.  */
 
-/* { dg-do run { target { vsx_hw } } } */
-/* { dg-options "-O2 -mvsx" } */
+/* { dg-do run { target { p8vector_hw } } } */
+/* { dg-options "-O2 -mpower8-vector" } */
 
 #include <altivec.h>
 
index f18049c386fce3da59bf430016686adbbbbe3269..f1330fd40691dea03a7c0f8d58472326545e718d 100644 (file)
@@ -1,8 +1,8 @@
 /* Test that using a character splat to set up a shift-right algebraic
    for a doubleword vector works correctly after gimple folding.  */
 
-/* { dg-do run { target { vsx_hw } } } */
-/* { dg-options "-O2 -mvsx" } */
+/* { dg-do run { target { p8vector_hw } } } */
+/* { dg-options "-O2 -mpower8-vector" } */
 
 #include <altivec.h>
 
index 0370f1534b7a9f3ccf37278cc4c72934332f0eb2..70b6e85fe2f87affc0950db83ba2bddb3ceb3209 100644 (file)
@@ -1,8 +1,8 @@
 /* Test that using a character splat to set up a shift-right logical
    for a doubleword vector works correctly after gimple folding.  */
 
-/* { dg-do run { target { vsx_hw } } } */
-/* { dg-options "-O2 -mvsx" } */
+/* { dg-do run { target { p8vector_hw } } } */
+/* { dg-options "-O2 -mpower8-vector" } */
 
 #include <altivec.h>