diff mbox series

Reverting recent adjustment to expected output of sh port tests

Message ID 38d50844-2137-4c01-a2d8-6e699ca8c8c1@ventanamicro.com
State New
Headers show
Series Reverting recent adjustment to expected output of sh port tests | expand

Commit Message

Jeff Law March 10, 2024, 4:40 a.m. UTC
With Jakub's twiddle to the forward propagation pass, the assembly code 
for pr59533-1.c has returned to its previous state.  Thus I've reverted 
my patch which adjusted the expected output.

Jeff
commit 6f7d000fcacef31a6947f95021e445c846170f92
Author: jlaw <jeffreyalaw@gmail.com>
Date:   Sat Mar 9 21:33:47 2024 -0700

    Revert "[committed] Adjust expectations for pr59533-1.c"
    
    This reverts commit 7e16f819ff413c48702f9087b62eaac39a060a14.
diff mbox series

Patch

diff --git a/gcc/testsuite/gcc.target/sh/pr59533-1.c b/gcc/testsuite/gcc.target/sh/pr59533-1.c
index 859b8e2d24c..b0469859df5 100644
--- a/gcc/testsuite/gcc.target/sh/pr59533-1.c
+++ b/gcc/testsuite/gcc.target/sh/pr59533-1.c
@@ -2,15 +2,15 @@ 
 /* { dg-do compile }  */
 /* { dg-options "-O1" } */
 
-/* { dg-final { scan-assembler-times "shll" 3 } }  */
+/* { dg-final { scan-assembler-times "shll" 1 } }  */
 /* { dg-final { scan-assembler-times "movt" 5 } }  */
 /* { dg-final { scan-assembler-times "rotcl" 1 } }  */
 /* { dg-final { scan-assembler-times "and" 3 } }  */
 /* { dg-final { scan-assembler-times "extu.b" 5 } }  */
 
-/* { dg-final { scan-assembler-times "cmp/pz" 25 { target { ! sh2a } } } }  */
-/* { dg-final { scan-assembler-times "addc" 6 { target { ! sh2a } } } }  */
-/* { dg-final { scan-assembler-times "subc" 14 { target { ! sh2a } } } }  */
+/* { dg-final { scan-assembler-times "cmp/pz" 27 { target { ! sh2a } } } }  */
+/* { dg-final { scan-assembler-times "addc" 4 { target { ! sh2a } } } }  */
+/* { dg-final { scan-assembler-times "subc" 16 { target { ! sh2a } } } }  */
 
 /* { dg-final { scan-assembler-times "cmp/pz" 25 { target { sh2a } } } }  */
 /* { dg-final { scan-assembler-times "addc" 6 { target { sh2a } } } }  */