public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Meissner <meissner@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/meissner/heads/work133-vpair)] Fix insn counts.
Date: Thu, 31 Aug 2023 19:04:59 +0000 (GMT)	[thread overview]
Message-ID: <20230831190459.128733858D20@sourceware.org> (raw)

https://gcc.gnu.org/g:7ca5349ea6c1c1cdb60c4fdb59596a78a9406d55

commit 7ca5349ea6c1c1cdb60c4fdb59596a78a9406d55
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Thu Aug 31 15:04:31 2023 -0400

    Fix insn counts.
    
    2023-08-31  Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/testsuite/
    
            * gcc.target/powerpc/vector-pair-01.c: Fix insn counts.
            * gcc.target/powerpc/vector-pair-02.c: Likewise.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/vector-pair-01.c | 34 +++++++++++------------
 gcc/testsuite/gcc.target/powerpc/vector-pair-02.c |  6 ++--
 2 files changed, 19 insertions(+), 21 deletions(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/vector-pair-01.c b/gcc/testsuite/gcc.target/powerpc/vector-pair-01.c
index da7f30f5ffca..0cfdd111afd9 100644
--- a/gcc/testsuite/gcc.target/powerpc/vector-pair-01.c
+++ b/gcc/testsuite/gcc.target/powerpc/vector-pair-01.c
@@ -154,21 +154,19 @@ test_add_elements (__vector_pair *x)
   return __builtin_vpair_f64_add_elements (*x);
 }
 
-/* { dg-final { scan-assembler-times {\mfadd\M\|\mxsadddp\M}     1 } } */
-/* { dg-final { scan-assembler-times {\mlxv\M}                   2 } } */
-/* { dg-final { scan-assembler-times {\mlxvp\M}                 26 } } */
-/* { dg-final { scan-assembler-times {\mstxvp\M}                14 } } */
-/* { dg-final { scan-assembler-times {\mxvabsdp\M}               2 } } */
-/* { dg-final { scan-assembler-times {\mxvadddp\M}               3 } } */
-/* { dg-final { scan-assembler-times {\mxvmadd.dp\M}             2 } } */
-/* { dg-final { scan-assembler-times {\mxvmindp\M}               2 } } */
-/* { dg-final { scan-assembler-times {\mxvmaxdp\M}               2 } } */
-/* { dg-final { scan-assembler-times {\mxvmsub.dp\M}             2 } } */
-/* { dg-final { scan-assembler-times {\mxvmuldp\M}               2 } } */
-/* { dg-final { scan-assembler-times {\mxvnabsdp\M}              2 } } */
-/* { dg-final { scan-assembler-times {\mxvnegdp\M}               2 } } */
-/* { dg-final { scan-assembler-times {\mxvnmadd.dp\M}            2 } } */
-/* { dg-final { scan-assembler-times {\mxvnmsub.dp\M}            2 } } */
-/* { dg-final { scan-assembler-times {\mxvsubdp\M}               2 } } */
-/* { dg-final { scan-assembler-times {\mxxpermdi\M}              2 } } */
-/* { dg-final { scan-assembler-times {\mxxspltib\M\|\mxxlxor\M}  2 } } */
+/* { dg-final { scan-assembler-times {\mlxv\M}          2 } } */
+/* { dg-final { scan-assembler-times {\mlxvp\M}        26 } } */
+/* { dg-final { scan-assembler-times {\mstxvp\M}       14 } } */
+/* { dg-final { scan-assembler-times {\mxvabsdp\M}      2 } } */
+/* { dg-final { scan-assembler-times {\mxvadddp\M}      3 } } */
+/* { dg-final { scan-assembler-times {\mxvmadd.dp\M}    2 } } */
+/* { dg-final { scan-assembler-times {\mxvmindp\M}      2 } } */
+/* { dg-final { scan-assembler-times {\mxvmaxdp\M}      2 } } */
+/* { dg-final { scan-assembler-times {\mxvmsub.dp\M}    2 } } */
+/* { dg-final { scan-assembler-times {\mxvmuldp\M}      2 } } */
+/* { dg-final { scan-assembler-times {\mxvnabsdp\M}     2 } } */
+/* { dg-final { scan-assembler-times {\mxvnegdp\M}      2 } } */
+/* { dg-final { scan-assembler-times {\mxvnmadd.dp\M}   2 } } */
+/* { dg-final { scan-assembler-times {\mxvnmsub.dp\M}   2 } } */
+/* { dg-final { scan-assembler-times {\mxvsubdp\M}      2 } } */
+/* { dg-final { scan-assembler-times {\mxxpermdi\M}     2 } } */
diff --git a/gcc/testsuite/gcc.target/powerpc/vector-pair-02.c b/gcc/testsuite/gcc.target/powerpc/vector-pair-02.c
index ff497e5f24ec..e785894190af 100644
--- a/gcc/testsuite/gcc.target/powerpc/vector-pair-02.c
+++ b/gcc/testsuite/gcc.target/powerpc/vector-pair-02.c
@@ -156,7 +156,7 @@ test_add_elements (__vector_pair *x)
 
 /* { dg-final { scan-assembler-times {\mlxv\M}          2 } } */
 /* { dg-final { scan-assembler-times {\mlxvp\M}        26 } } */
-/* { dg-final { scan-assembler-times {\mstxvp\M}       14 } } */
+/* { dg-final { scan-assembler-times {\mstxvp\M       14 } } */
 /* { dg-final { scan-assembler-times {\mvsldoi\M}       2 } } */
 /* { dg-final { scan-assembler-times {\mxscvdpspn\M}    1 } } */
 /* { dg-final { scan-assembler-times {\mxscvspdp\M}     1 } } */
@@ -171,6 +171,6 @@ test_add_elements (__vector_pair *x)
 /* { dg-final { scan-assembler-times {\mxvnegsp\M}      2 } } */
 /* { dg-final { scan-assembler-times {\mxvnmadd.sp\M}   2 } } */
 /* { dg-final { scan-assembler-times {\mxvnmsub.sp\M}   2 } } */
-/* { dg-final { scan-assembler-times {\mxvsubds\M}      2 } } */
-/* { dg-final { scan-assembler-times {\mxxspltb\M}      2 } } */
+/* { dg-final { scan-assembler-times {\mxvsubsp\M}      2 } } */
+/* { dg-final { scan-assembler-times {\mxxspltib\M}     2 } } */
 /* { dg-final { scan-assembler-times {\mxxspltw\M}      1 } } */

             reply	other threads:[~2023-08-31 19:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-31 19:04 Michael Meissner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-31 21:08 Michael Meissner
2023-08-31 18:36 Michael Meissner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230831190459.128733858D20@sourceware.org \
    --to=meissner@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).