public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-9085] rs6000: Update instruction counts due to combine changes [PR112103]
@ 2024-02-20 19:45 Peter Bergner
  0 siblings, 0 replies; only message in thread
From: Peter Bergner @ 2024-02-20 19:45 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:81e5f276c59897077ffe38202849c93e9c580c41

commit r14-9085-g81e5f276c59897077ffe38202849c93e9c580c41
Author: Peter Bergner <bergner@linux.ibm.com>
Date:   Tue Feb 20 13:44:43 2024 -0600

    rs6000: Update instruction counts due to combine changes [PR112103]
    
    The PR91865 combine fix changed instruction counts slightly for rlwinm-0.c.
    Adjust expected instruction counts accordingly.
    
    2024-02-20  Peter Bergner  <bergner@linux.ibm.com>
    
    gcc/testsuite/
            PR target/112103
            * gcc.target/powerpc/rlwinm-0.c: Adjust expected instruction counts.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/rlwinm-0.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/rlwinm-0.c b/gcc/testsuite/gcc.target/powerpc/rlwinm-0.c
index 4f4fca2d8efd..a10d91743060 100644
--- a/gcc/testsuite/gcc.target/powerpc/rlwinm-0.c
+++ b/gcc/testsuite/gcc.target/powerpc/rlwinm-0.c
@@ -4,10 +4,10 @@
 /* { dg-final { scan-assembler-times {(?n)^\s+[a-z]} 6739 { target ilp32 } } } */
 /* { dg-final { scan-assembler-times {(?n)^\s+[a-z]} 9716 { target lp64 } } } */
 /* { dg-final { scan-assembler-times {(?n)^\s+blr} 3375 } } */
-/* { dg-final { scan-assembler-times {(?n)^\s+rldicl} 3081 { target lp64 } } } */
+/* { dg-final { scan-assembler-times {(?n)^\s+rldicl} 3090 { target lp64 } } } */
 
 /* { dg-final { scan-assembler-times {(?n)^\s+rlwinm} 3197 { target ilp32 } } } */
-/* { dg-final { scan-assembler-times {(?n)^\s+rlwinm} 3093 { target lp64 } } } */
+/* { dg-final { scan-assembler-times {(?n)^\s+rlwinm} 3084 { target lp64 } } } */
 /* { dg-final { scan-assembler-times {(?n)^\s+rotlwi} 154 } } */
 /* { dg-final { scan-assembler-times {(?n)^\s+srwi} 13 { target ilp32 } } } */
 /* { dg-final { scan-assembler-times {(?n)^\s+srdi} 13 { target lp64 } } } */

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

only message in thread, other threads:[~2024-02-20 19:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-20 19:45 [gcc r14-9085] rs6000: Update instruction counts due to combine changes [PR112103] Peter Bergner

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).