public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH,rs6000 0/2] p10 add-add and add-logical fusion series
@ 2021-04-26 20:21 acsawdey
  2021-04-26 20:21 ` [PATCH,rs6000 1/2] combine patterns for add-add fusion acsawdey
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: acsawdey @ 2021-04-26 20:21 UTC (permalink / raw)
  To: gcc-patches; +Cc: segher, wschmidt, will_schmidt, Aaron Sawdey

From: Aaron Sawdey <acsawdey@linux.ibm.com>

Two more sets of combine patterns for p10 fusion. These require 
the "Add insn types for fusion pairs" patch I posted earlier today.

If ok I would like to put these in gcc 12 trunk and backport for 11.2.

Thanks,
   Aaron

Aaron Sawdey (2):
  combine patterns for add-add fusion
  Fusion patterns for add-logical/logical-add

 gcc/config/rs6000/fusion.md                   | 908 +++++++++++++-----
 gcc/config/rs6000/genfusion.pl                | 127 ++-
 gcc/config/rs6000/rs6000-cpus.def             |   8 +-
 gcc/config/rs6000/rs6000.c                    |   9 +
 gcc/config/rs6000/rs6000.opt                  |  12 +
 .../gcc.target/powerpc/fusion-p10-addadd.c    |  41 +
 .../gcc.target/powerpc/fusion-p10-logadd.c    |  98 ++
 7 files changed, 925 insertions(+), 278 deletions(-)
 create mode 100644 gcc/testsuite/gcc.target/powerpc/fusion-p10-addadd.c
 create mode 100644 gcc/testsuite/gcc.target/powerpc/fusion-p10-logadd.c

-- 
2.27.0


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

end of thread, other threads:[~2021-05-24 19:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-26 20:21 [PATCH,rs6000 0/2] p10 add-add and add-logical fusion series acsawdey
2021-04-26 20:21 ` [PATCH,rs6000 1/2] combine patterns for add-add fusion acsawdey
2021-05-19 21:29   ` Segher Boessenkool
2021-04-26 20:21 ` [PATCH,rs6000 2/2] Fusion patterns for add-logical/logical-add acsawdey
2021-05-19 22:15   ` Segher Boessenkool
2021-05-24 19:41     ` Aaron Sawdey
2021-05-11 13:50 ` [PATCH,rs6000 0/2] p10 add-add and add-logical fusion series Aaron Sawdey

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