public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/3] RISC-V: Add memset-zero expansion with Zicboz+Zic64b
@ 2024-05-08  5:38 Christoph Müllner
  2024-05-08  5:38 ` [PATCH 1/3] expr: Export clear_by_pieces() Christoph Müllner
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Christoph Müllner @ 2024-05-08  5:38 UTC (permalink / raw)
  To: gcc-patches, Kito Cheng, Jim Wilson, Palmer Dabbelt,
	Andrew Waterman, Philipp Tomsich, Jeff Law, Vineet Gupta
  Cc: Christoph Müllner

I've mentioned this patchset a few weeks ago in the RISC-V call.
Sending it now, as the release is out.

Christoph Müllner (3):
  expr: Export clear_by_pieces()
  RISC-V: testsuite: Make cmo tests LTO safe
  RISC-V: Add memset-zero expansion to cbo.zero

 gcc/config/riscv/riscv-protos.h               |  1 +
 gcc/config/riscv/riscv-string.cc              | 59 +++++++++++++++++++
 gcc/config/riscv/riscv.md                     | 24 ++++++++
 gcc/expr.cc                                   |  6 +-
 gcc/expr.h                                    |  5 ++
 gcc/testsuite/gcc.target/riscv/cmo-zicbom-1.c |  6 +-
 gcc/testsuite/gcc.target/riscv/cmo-zicbom-2.c |  6 +-
 gcc/testsuite/gcc.target/riscv/cmo-zicbop-1.c |  6 +-
 gcc/testsuite/gcc.target/riscv/cmo-zicbop-2.c |  6 +-
 gcc/testsuite/gcc.target/riscv/cmo-zicboz-1.c |  2 +-
 gcc/testsuite/gcc.target/riscv/cmo-zicboz-2.c |  2 +-
 .../gcc.target/riscv/cmo-zicboz-zic64-1.c     | 43 ++++++++++++++
 12 files changed, 147 insertions(+), 19 deletions(-)
 create mode 100644 gcc/testsuite/gcc.target/riscv/cmo-zicboz-zic64-1.c

-- 
2.44.0


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

end of thread, other threads:[~2024-05-14 15:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-08  5:38 [PATCH 0/3] RISC-V: Add memset-zero expansion with Zicboz+Zic64b Christoph Müllner
2024-05-08  5:38 ` [PATCH 1/3] expr: Export clear_by_pieces() Christoph Müllner
2024-05-09 18:23   ` Jeff Law
2024-05-14 15:23   ` Jeff Law
2024-05-08  5:38 ` [PATCH 2/3] RISC-V: testsuite: Make cmo tests LTO safe Christoph Müllner
2024-05-09 18:23   ` Jeff Law
2024-05-08  5:38 ` [PATCH 3/3] RISC-V: Add memset-zero expansion to cbo.zero Christoph Müllner
2024-05-09 18:40   ` Jeff Law

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