public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/work076)] Fix fold-vec-splat-floatdouble testsuite failure on power10
@ 2022-01-20 17:41 Michael Meissner
  0 siblings, 0 replies; only message in thread
From: Michael Meissner @ 2022-01-20 17:41 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:abc6e341ac2de8a90058adc7b29f987d8498fe78

commit abc6e341ac2de8a90058adc7b29f987d8498fe78
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Thu Jan 20 12:41:07 2022 -0500

    Fix fold-vec-splat-floatdouble testsuite failure on power10
    
    When I added support for generating XXSPLTIDP on December 15th, 2021, I
    missed updating the fold-vec-splat-floatdouble.c test to add to the regex
    for the instructions generated.  This patch fixes that.
    
    gcc/testsuite/
    2022-01-20  Michael Meissner  <meissner@the-meissners.org>
    
            PR testsuite/103763
            * gcc.target/powerpc/fold-vec-splat-floatdouble.c: Fix insn regex
            on power10.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/fold-vec-splat-floatdouble.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-floatdouble.c b/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-floatdouble.c
index b95fa324633..01f1b0dadf3 100644
--- a/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-floatdouble.c
+++ b/gcc/testsuite/gcc.target/powerpc/fold-vec-splat-floatdouble.c
@@ -21,12 +21,11 @@ vector double test_dc ()
 { const vector double y = { 3.0, 5.0 }; return vec_splat (y, 0b00001); }
 
 /* If the source vector is a known constant, we will generate a load or possibly
-   XXSPLTIW.  */
-/* { dg-final { scan-assembler-times {\mlvx\M|\mlxvd2x\M|\mlxv\M|\mplxv\M|\mxxspltiw\M} 2 } } */
+   XXSPLTIW/XXSPLTIDP.  */
+/* { dg-final { scan-assembler-times {\mlvx\M|\mlxvd2x\M|\mlxv\M|\mplxv\M|\mxxspltiw\M|\mxxspltidp\M} 2 } } */
 
 /* For float types, we generate a splat.  */
 /* { dg-final { scan-assembler-times {\mvspltw\M|\mxxspltw\M} 3 } } */
 
 /* For double types, we will generate xxpermdi instructions.  */
 /* { dg-final { scan-assembler-times "xxpermdi" 2 } } */
-


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-20 17:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-20 17:41 [gcc(refs/users/meissner/heads/work076)] Fix fold-vec-splat-floatdouble testsuite failure on power10 Michael Meissner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).