public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-2247] s390: Add z15 to s390_issue_rate.
@ 2022-08-29  9:17 Robin Dapp
  0 siblings, 0 replies; only message in thread
From: Robin Dapp @ 2022-08-29  9:17 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:c2f4a1b7d104427165f609bac830bb59504ec99e

commit r13-2247-gc2f4a1b7d104427165f609bac830bb59504ec99e
Author: Robin Dapp <rdapp@linux.ibm.com>
Date:   Tue Mar 15 11:00:47 2022 +0100

    s390: Add z15 to s390_issue_rate.
    
    Be more explicit by mentioning z15 in s390_issue_rate.
    
    gcc/ChangeLog:
    
            * config/s390/s390.cc (s390_issue_rate): Add z15.

Diff:
---
 gcc/config/s390/s390.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/config/s390/s390.cc b/gcc/config/s390/s390.cc
index 942ed267b87..71c0063f716 100644
--- a/gcc/config/s390/s390.cc
+++ b/gcc/config/s390/s390.cc
@@ -8545,6 +8545,7 @@ s390_issue_rate (void)
     case PROCESSOR_2827_ZEC12:
     case PROCESSOR_2964_Z13:
     case PROCESSOR_3906_Z14:
+    case PROCESSOR_8561_Z15:
     case PROCESSOR_3931_Z16:
     default:
       return 1;

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

only message in thread, other threads:[~2022-08-29  9:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-29  9:17 [gcc r13-2247] s390: Add z15 to s390_issue_rate Robin Dapp

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