public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Meissner <meissner@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/meissner/heads/work095)] Update ChangeLog.meissner.
Date: Mon, 18 Jul 2022 19:41:17 +0000 (GMT)	[thread overview]
Message-ID: <20220718194117.61FA33858284@sourceware.org> (raw)

https://gcc.gnu.org/g:8f3d146c0445dde1aa39bbe536a9bc0a19ab1c85

commit 8f3d146c0445dde1aa39bbe536a9bc0a19ab1c85
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Mon Jul 18 15:40:58 2022 -0400

    Update ChangeLog.meissner.
    
    2022-07-18   Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/
    
            * ChangeLog.meissner: Update.

Diff:
---
 gcc/ChangeLog.meissner | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/gcc/ChangeLog.meissner b/gcc/ChangeLog.meissner
index 6e19866402e..e8ee95fdc9e 100644
--- a/gcc/ChangeLog.meissner
+++ b/gcc/ChangeLog.meissner
@@ -1,3 +1,41 @@
+==================== work095, patch #2.
+
+Remove setting -mblock-ops-vector-pair on power10.
+
+Testing has shown that using the load vector pair and store vector pair
+instructions for block moves has some performance issues on power10.  This
+patch does not set this option by default.  If it is a win in other
+machines, this flag can be set in the ISA options.
+
+2022-07-18   Michael Meissner  <meissner@linux.ibm.com>
+
+gcc/
+
+	* config/rs6000/rs6000.cc (rs6000_option_override_internal):
+	Remove code setting -mblock-ops-vector-pair by default on
+	power10.
+
+==================== work095, patch #2.
+
+Make BLOCK_OPTS options settable with ISA flags.
+
+In wanting to turn off block moves from generating load and store vector
+pair operations on the power10, I noticed that the options for controlling
+the code block moves generate (OPTION_MASK_BLOCK_OPS_UNALIGNED_VSX and
+OPTION_MASK_BLOCK_OPS_VECTOR_PAIR) were not set in POWERPC_MASKS.  It is
+possible in future CPUs we might want to enable these options
+automatically.  This code moves these options to POWERPC_MASKS.
+
+2022-07-18   Michael Meissner  <meissner@linux.ibm.com>
+
+gcc/
+
+	* config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add
+	OPTION_MASK_BLOCK_OPS_VECTOR_PAIR and
+	OPTION_MASK_BLOCK_OPS_UNALIGNED_VSX.
+
+==================== work095, branch setup.
+
 2022-07-18   Michael Meissner  <meissner@linux.ibm.com>
 
 	Clone branch


             reply	other threads:[~2022-07-18 19:41 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-18 19:41 Michael Meissner [this message]
2022-07-21 21:50 Michael Meissner
2022-07-22 18:57 Michael Meissner
2022-07-23  0:12 Michael Meissner
2022-07-28 20:59 Michael Meissner
2022-07-28 22:31 Michael Meissner
2022-07-28 22:58 Michael Meissner
2022-07-29  1:47 Michael Meissner
2022-07-29  1:57 Michael Meissner
2022-07-29  5:58 Michael Meissner
2022-07-29 17:57 Michael Meissner
2022-07-29 19:30 Michael Meissner
2022-07-30  1:30 Michael Meissner
2022-07-30  1:34 Michael Meissner
2022-07-30  2:18 Michael Meissner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220718194117.61FA33858284@sourceware.org \
    --to=meissner@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).