public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Refactor memory block operations
@ 2023-05-15  7:17 Stefan Schulze Frielinghaus
  2023-05-15  7:17 ` [PATCH 1/3] s390: Refactor block operation cpymem Stefan Schulze Frielinghaus
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stefan Schulze Frielinghaus @ 2023-05-15  7:17 UTC (permalink / raw)
  To: krebbel, gcc-patches; +Cc: Stefan Schulze Frielinghaus

Bootstrapped and regtested.  Ok for mainline?

Stefan Schulze Frielinghaus (3):
  s390: Refactor block operation cpymem
  s390: Add block operation movmem
  s390: Refactor block operation setmem

 gcc/config/s390/s390-protos.h            |   5 +-
 gcc/config/s390/s390.cc                  | 301 ++++++++++++++++++++---
 gcc/config/s390/s390.md                  |  61 ++++-
 gcc/testsuite/gcc.target/s390/memset-1.c |   7 +-
 4 files changed, 331 insertions(+), 43 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-05-15 20:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-15  7:17 [PATCH 0/3] Refactor memory block operations Stefan Schulze Frielinghaus
2023-05-15  7:17 ` [PATCH 1/3] s390: Refactor block operation cpymem Stefan Schulze Frielinghaus
2023-05-15  7:17 ` [PATCH 2/3] s390: Add block operation movmem Stefan Schulze Frielinghaus
2023-05-15  7:17 ` [PATCH 3/3] s390: Refactor block operation setmem Stefan Schulze Frielinghaus
2023-05-15 20:18 ` [PATCH 0/3] Refactor memory block operations Andreas Krebbel

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