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/dmf005)] Use correct dmsetdmrz instruction.
Date: Tue,  6 Dec 2022 06:13:49 +0000 (GMT)	[thread overview]
Message-ID: <20221206061349.849333954C45@sourceware.org> (raw)

https://gcc.gnu.org/g:9bc291974976b7dc300388916952500dbdb85dc3

commit 9bc291974976b7dc300388916952500dbdb85dc3
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Tue Dec 6 01:13:26 2022 -0500

    Use correct dmsetdmrz instruction.
    
    I accidently used the power10 name for the set accumulator to 0 instruction.
    This patch fixes this.
    
    2022-12-05   Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/
    
            * config/rs6000/mma.md (mma_xxsetaccz_dm): Use the correct spelling.

Diff:
---
 gcc/config/rs6000/mma.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/rs6000/mma.md b/gcc/config/rs6000/mma.md
index 2c08ad7619a..c1f66875f8a 100644
--- a/gcc/config/rs6000/mma.md
+++ b/gcc/config/rs6000/mma.md
@@ -649,7 +649,7 @@
 	(unspec:XO [(const_int 0)]
 		   UNSPECV_MMA_XXSETACCZ))]
   "TARGET_DENSE_MATH"
-  "dmsetaccz %0"
+  "dmsetdmrz %0"
   [(set_attr "type" "mma")])
 
 (define_insn "mma_<vv>"

                 reply	other threads:[~2022-12-06  6:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20221206061349.849333954C45@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).