s390: Add z15 to s390_issue_rate.

Message ID a6404156-c813-c2e7-1220-d1f8a7e32180@linux.ibm.com
State Committed
Commit c2f4a1b7d104427165f609bac830bb59504ec99e
Headers
Series s390: Add z15 to s390_issue_rate. |

Commit Message

Robin Dapp Aug. 12, 2022, 10:02 a.m. UTC
  Hi,

this patch tries to be more explicit by mentioning z15 in s390_issue_rate.

No changes in testsuite, bootstrap or SPEC obviously.

Is it OK?

Regards
 Robin

gcc/ChangeLog:

	* config/s390/s390.cc (s390_issue_rate): Add z15.
---
 gcc/config/s390/s390.cc | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Andreas Krebbel Aug. 15, 2022, 3:06 p.m. UTC | #1
On 8/12/22 12:02, Robin Dapp wrote:
> Hi,
> 
> this patch tries to be more explicit by mentioning z15 in s390_issue_rate.
> 
> No changes in testsuite, bootstrap or SPEC obviously.
> 
> Is it OK?
> 
> Regards
>  Robin
> 
> gcc/ChangeLog:
> 
> 	* config/s390/s390.cc (s390_issue_rate): Add z15.
> ---
>  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 ef38fbe68c84..528cd8c7f0f6 100644
> --- a/gcc/config/s390/s390.cc
> +++ b/gcc/config/s390/s390.cc
> @@ -8582,6 +8582,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;

Ok. Thanks!

Andreas
  

Patch

diff --git a/gcc/config/s390/s390.cc b/gcc/config/s390/s390.cc
index ef38fbe68c84..528cd8c7f0f6 100644
--- a/gcc/config/s390/s390.cc
+++ b/gcc/config/s390/s390.cc
@@ -8582,6 +8582,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;