public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/3] rtl-ssa: Various extensions for the late-combine pass
@ 2023-10-24 17:58 Richard Sandiford
  2023-10-24 17:58 ` [PATCH 1/3] rtl-ssa: Use frequency-weighted insn costs Richard Sandiford
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Richard Sandiford @ 2023-10-24 17:58 UTC (permalink / raw)
  To: jlaw, gcc-patches; +Cc: Richard Sandiford

This series adds some RTL-SSA enhancements that are needed
by the late-combine pass.

Tested on aarch64-linux-gnu & x86_64-linux-gnu.  OK to install?

Richard

Richard Sandiford (3):
  rtl-ssa: Use frequency-weighted insn costs
  rtl-ssa: Extend make_uses_available
  rtl-ssa: Add new helper functions

 gcc/Makefile.in            |   1 +
 gcc/rtl-ssa/access-utils.h |  41 +++++++++++++++
 gcc/rtl-ssa/accesses.cc    | 100 ++++++++++++++++++++++++++++++++++++-
 gcc/rtl-ssa/changes.cc     |  28 +++++++++--
 gcc/rtl-ssa/functions.h    |   4 ++
 gcc/rtl-ssa/movement.cc    |  40 +++++++++++++++
 gcc/rtl-ssa/movement.h     |   4 ++
 7 files changed, 212 insertions(+), 6 deletions(-)
 create mode 100644 gcc/rtl-ssa/movement.cc

-- 
2.25.1


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

end of thread, other threads:[~2023-10-24 18:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-24 17:58 [PATCH 0/3] rtl-ssa: Various extensions for the late-combine pass Richard Sandiford
2023-10-24 17:58 ` [PATCH 1/3] rtl-ssa: Use frequency-weighted insn costs Richard Sandiford
2023-10-24 18:43   ` Jeff Law
2023-10-24 17:58 ` [PATCH 2/3] rtl-ssa: Extend make_uses_available Richard Sandiford
2023-10-24 18:45   ` Jeff Law
2023-10-24 17:58 ` [PATCH 3/3] rtl-ssa: Add new helper functions Richard Sandiford
2023-10-24 18:47   ` 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).