public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/work043)] Update vec-splati-runnable insn counts.
@ 2021-03-30 18:51 Michael Meissner
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Meissner @ 2021-03-30 18:51 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2180f699869a415ce11d990e78108c7a7961cfed

commit 2180f699869a415ce11d990e78108c7a7961cfed
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Tue Mar 30 14:50:53 2021 -0400

    Update vec-splati-runnable insn counts.
    
    I have optimized the code that generates XXSPLTIW to generate VSPLTISW if
    possible.  This patch adjusts the insn counts for this.
    
    gcc/testsuite/
    2021-03-30  Michael Meissner  <meissner@linux.ibm.com>
    
            * gcc.target/powerpc/vec-splati-runnable.c: Adjust insn counts.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/vec-splati-runnable.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/vec-splati-runnable.c b/gcc/testsuite/gcc.target/powerpc/vec-splati-runnable.c
index 19f3e980029..ef61a915337 100644
--- a/gcc/testsuite/gcc.target/powerpc/vec-splati-runnable.c
+++ b/gcc/testsuite/gcc.target/powerpc/vec-splati-runnable.c
@@ -160,8 +160,6 @@ main (int argc, char *argv [])
   return 0;
 }
 
-/* { dg-final { scan-assembler-times {\mxxspltiw\M} 2 } } */
+/* { dg-final { scan-assembler-times {\mxxspltiw|vspltisw\M} 2 } } */
 /* { dg-final { scan-assembler-times {\mxxspltidp\M} 2 } } */
 /* { dg-final { scan-assembler-times {\mxxsplti32dx\M} 3 } } */
-
-


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc(refs/users/meissner/heads/work043)] Update vec-splati-runnable insn counts.
@ 2021-03-30 18:54 Michael Meissner
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Meissner @ 2021-03-30 18:54 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8dba1ee6d22ec6a7c4c4958f769f39934e5f479e

commit 8dba1ee6d22ec6a7c4c4958f769f39934e5f479e
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Tue Mar 30 14:54:30 2021 -0400

    Update vec-splati-runnable insn counts.
    
    This patch adjusts the insn counts of vec-splati-runnable after some
    optimizations for generating more XXSPLTIW instructions.
    
    gcc/testsuite/
    2021-03-30  Michael Meissner  <meissner@linux.ibm.com>
    
            * gcc.target/powerpc/vec-splati-runnable.c: Adjust insn counts.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/vec-splati-runnable.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/vec-splati-runnable.c b/gcc/testsuite/gcc.target/powerpc/vec-splati-runnable.c
index ef61a915337..0dbd5875632 100644
--- a/gcc/testsuite/gcc.target/powerpc/vec-splati-runnable.c
+++ b/gcc/testsuite/gcc.target/powerpc/vec-splati-runnable.c
@@ -160,6 +160,6 @@ main (int argc, char *argv [])
   return 0;
 }
 
-/* { dg-final { scan-assembler-times {\mxxspltiw|vspltisw\M} 2 } } */
+/* { dg-final { scan-assembler-times {\mxxspltiw|vspltisw\M} 7 } } */
 /* { dg-final { scan-assembler-times {\mxxspltidp\M} 2 } } */
 /* { dg-final { scan-assembler-times {\mxxsplti32dx\M} 3 } } */


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-30 18:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30 18:51 [gcc(refs/users/meissner/heads/work043)] Update vec-splati-runnable insn counts Michael Meissner
2021-03-30 18:54 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).