public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-8956] Use UNSPSEC_XXSPLTIDP instead of UNSPEC_XXSPLTID
@ 2021-09-03 18:15 Michael Meissner
  0 siblings, 0 replies; only message in thread
From: Michael Meissner @ 2021-09-03 18:15 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1456e6343249aca8f053f0707a51d18f9491eea2

commit r11-8956-g1456e6343249aca8f053f0707a51d18f9491eea2
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Fri Sep 3 14:12:38 2021 -0400

    Use UNSPSEC_XXSPLTIDP instead of UNSPEC_XXSPLTID
    
    Backport from master:  2021-08-24  Michael Meissner  <meissner@linux.ibm.com>
    
    2021-09-03  Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/
    
            * config/rs6000/altivec.md (UNSPEC_XXSPLTIDP): Rename from
            UNSPEC_XXSPLTID.
            (xxspltidp_v2df): Likewise.
            (xxspltidp_v2df_inst): Likewise.

Diff:
---
 gcc/config/rs6000/altivec.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/config/rs6000/altivec.md b/gcc/config/rs6000/altivec.md
index df1d2535046..44fce835e87 100644
--- a/gcc/config/rs6000/altivec.md
+++ b/gcc/config/rs6000/altivec.md
@@ -181,7 +181,7 @@
    UNSPEC_SLDB
    UNSPEC_SRDB
    UNSPEC_XXSPLTIW
-   UNSPEC_XXSPLTID
+   UNSPEC_XXSPLTIDP
    UNSPEC_XXSPLTI32DX
    UNSPEC_XXBLEND
    UNSPEC_XXPERMX
@@ -880,7 +880,7 @@
 (define_expand "xxspltidp_v2df"
   [(set (match_operand:V2DF 0 "register_operand" )
 	(unspec:V2DF [(match_operand:SF 1 "const_double_operand")]
-		     UNSPEC_XXSPLTID))]
+		     UNSPEC_XXSPLTIDP))]
  "TARGET_POWER10"
 {
   long value = rs6000_const_f32_to_i32 (operands[1]);
@@ -891,7 +891,7 @@
 (define_insn "xxspltidp_v2df_inst"
   [(set (match_operand:V2DF 0 "register_operand" "=wa")
 	(unspec:V2DF [(match_operand:SI 1 "c32bit_cint_operand" "n")]
-		     UNSPEC_XXSPLTID))]
+		     UNSPEC_XXSPLTIDP))]
   "TARGET_POWER10"
   "xxspltidp %x0,%1"
   [(set_attr "type" "vecperm")


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-03 18:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-03 18:15 [gcc r11-8956] Use UNSPSEC_XXSPLTIDP instead of UNSPEC_XXSPLTID 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).