vec-sld-modulo.c: Require p8vector_hw.
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
This commit is contained in:
committed by
William Schmidt
parent
68641fb77c
commit
8ced066037
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user