[gcc(refs/users/meissner/heads/work043)] Update vec-splati-runnable insn counts.

Michael Meissner meissner@gcc.gnu.org
Tue Mar 30 18:54:52 GMT 2021


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


More information about the Gcc-cvs mailing list