public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/work162)] Add power11 to rs6000-string.cc
@ 2024-03-08  2:20 Michael Meissner
  0 siblings, 0 replies; only message in thread
From: Michael Meissner @ 2024-03-08  2:20 UTC (permalink / raw)
  To: gcc-cvs

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

commit c7f6d4b8612845aee842a1fd29c6fc788aafd63d
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Thu Mar 7 21:19:56 2024 -0500

    Add power11 to rs6000-string.cc
    
    2024-03-07  Michael Meissner  <meissner@linux.ibm.com>
    
            * config/rs6000/rs6000-string.cc (expand_compare_loop): Add power11.

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

diff --git a/gcc/config/rs6000/rs6000-string.cc b/gcc/config/rs6000/rs6000-string.cc
index 917f5572a6d..9c8a81172e3 100644
--- a/gcc/config/rs6000/rs6000-string.cc
+++ b/gcc/config/rs6000/rs6000-string.cc
@@ -964,6 +964,7 @@ expand_compare_loop (rtx operands[])
       break;
     case PROCESSOR_POWER9:
     case PROCESSOR_POWER10:
+    case PROCESSOR_POWER11:
       if (bytes_is_const)
 	max_bytes = 191;
       else

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

only message in thread, other threads:[~2024-03-08  2:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-08  2:20 [gcc(refs/users/meissner/heads/work162)] Add power11 to rs6000-string.cc Michael Meissner

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