public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/dmf005)] Use correct dmsetdmrz instruction.
@ 2022-12-06 6:13 Michael Meissner
0 siblings, 0 replies; only message in thread
From: Michael Meissner @ 2022-12-06 6:13 UTC (permalink / raw)
To: gcc-cvs
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>"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-12-06 6:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-06 6:13 [gcc(refs/users/meissner/heads/dmf005)] Use correct dmsetdmrz instruction Michael Meissner
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).