public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/2] support cm.push cm.pop cm.popret in zcmp and resolve confilct with shrink-wrap-separate
@ 2023-08-28  7:47 Fei Gao
  2023-08-28  7:47 ` [PATCH 1/2] allow targets to check shrink-wrap-separate enabled or not Fei Gao
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Fei Gao @ 2023-08-28  7:47 UTC (permalink / raw)
  To: gcc-patches; +Cc: kito.cheng, palmer, jeffreyalaw, sinan.lin, jiawei, Fei Gao

The first is a helper patch to allow targets to check shrink-wrap-separate enabled or not.
The second is zcmp extension implementation in RISC-V.

Fei Gao (2):
  allow target to check shrink-wrap-separate enabled or not
  support cm.push cm.pop cm.popret in zcmp and resolve confilct with shrink-wrap-separate

 gcc/config/riscv/iterators.md                 |   15 +
 gcc/config/riscv/predicates.md                |   96 ++
 gcc/config/riscv/riscv-protos.h               |    2 +
 gcc/config/riscv/riscv.cc                     |  455 ++++++-
 gcc/config/riscv/riscv.h                      |   25 +
 gcc/config/riscv/riscv.md                     |    2 +
 gcc/config/riscv/zc.md                        | 1042 +++++++++++++++++
 gcc/shrink-wrap.cc                            |   25 +-
 gcc/shrink-wrap.h                             |    1 +
 gcc/testsuite/gcc.target/riscv/rv32e_zcmp.c   |  256 ++++
 gcc/testsuite/gcc.target/riscv/rv32i_zcmp.c   |  256 ++++
 .../gcc.target/riscv/zcmp_push_fpr.c          |   34 +
 .../riscv/zcmp_shrink_wrap_separate.c         |   93 ++
 .../riscv/zcmp_shrink_wrap_separate2.c        |   93 ++
 .../gcc.target/riscv/zcmp_stack_alignment.c   |   24 +
 15 files changed, 2357 insertions(+), 62 deletions(-)
 create mode 100644 gcc/config/riscv/zc.md
 create mode 100644 gcc/testsuite/gcc.target/riscv/rv32e_zcmp.c
 create mode 100644 gcc/testsuite/gcc.target/riscv/rv32i_zcmp.c
 create mode 100644 gcc/testsuite/gcc.target/riscv/zcmp_push_fpr.c
 create mode 100644 gcc/testsuite/gcc.target/riscv/zcmp_shrink_wrap_separate.c
 create mode 100644 gcc/testsuite/gcc.target/riscv/zcmp_shrink_wrap_separate2.c
 create mode 100644 gcc/testsuite/gcc.target/riscv/zcmp_stack_alignment.c

-- 
2.17.1


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

end of thread, other threads:[~2023-09-01  1:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-28  7:47 [PATCH 0/2] support cm.push cm.pop cm.popret in zcmp and resolve confilct with shrink-wrap-separate Fei Gao
2023-08-28  7:47 ` [PATCH 1/2] allow targets to check shrink-wrap-separate enabled or not Fei Gao
2023-08-28 22:54   ` Jeff Law
2023-08-29  1:28     ` Fei Gao
2023-08-29  1:46       ` Jeff Law
2023-09-01  1:20         ` Fei Gao
2023-08-28  7:47 ` [PATCH 2/2][V5][RISC-V]support cm.push cm.pop cm.popret in zcmp and resolve confilct with shrink-wrap-separate Fei Gao
2023-08-28  9:27 ` [PATCH 0/2] support " Kito Cheng
2023-08-28 10:36   ` Fei Gao
2023-08-29  2:41     ` Kito Cheng

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