mbox series

[0/3] Refactor memory block operations

Message ID 20230515071738.563660-1-stefansf@linux.ibm.com
Headers show
Series Refactor memory block operations | expand

Message

Stefan Schulze Frielinghaus May 15, 2023, 7:17 a.m. UTC
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(-)

Comments

Andreas Krebbel May 15, 2023, 8:18 p.m. UTC | #1
On 5/15/23 09:17, Stefan Schulze Frielinghaus wrote:
> 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(-)
> 

Ok. Thanks!

Andreas