+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
/* 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>
/* 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>
/* 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>