public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/work144-vsize)] Eliminate vpair_concat_<mode>_{le, be} rtl constructor.
@ 2023-11-16 22:36 Michael Meissner
  0 siblings, 0 replies; only message in thread
From: Michael Meissner @ 2023-11-16 22:36 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0eaf369862044ca6b44df864f739311815ad61b8

commit 0eaf369862044ca6b44df864f739311815ad61b8
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Thu Nov 16 17:35:43 2023 -0500

    Eliminate vpair_concat_<mode>_{le,be} rtl constructor.
    
    2023-11-16  Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/
    
            * config/rs6000/vector-pair.md (vpair_concat_<mode>_{be,le}): Eliminate
            rtl constructor.

Diff:
---
 gcc/config/rs6000/vector-pair.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/config/rs6000/vector-pair.md b/gcc/config/rs6000/vector-pair.md
index 74253f6bbd0..f520a232d99 100644
--- a/gcc/config/rs6000/vector-pair.md
+++ b/gcc/config/rs6000/vector-pair.md
@@ -171,7 +171,7 @@
 	 (match_operand:<VPAIR_VECTOR> 2 "input_operand")))]
   "TARGET_MMA && TARGET_VECTOR_SIZE_32")
 
-(define_insn_and_split "vpair_concat_<mode>_be"
+(define_insn_and_split "*vpair_concat_<mode>_be"
   [(set (match_operand:VPAIR 0 "vsx_register_operand" "=wa,&wa")
 	(vec_concat:VPAIR
 	 (match_operand:<VPAIR_VECTOR> 1 "input_operand" "0,mwajeP")
@@ -189,7 +189,7 @@
 }
   [(set_attr "length" "8")])
 
-(define_insn_and_split "vpair_concat_<mode>_le"
+(define_insn_and_split "*vpair_concat_<mode>_le"
   [(set (match_operand:VPAIR 0 "vsx_register_operand" "=&wa,wa")
 	(vec_concat:VPAIR
 	 (match_operand:<VPAIR_VECTOR> 1 "input_operand" "mwajeP,0")

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

only message in thread, other threads:[~2023-11-16 22:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-16 22:36 [gcc(refs/users/meissner/heads/work144-vsize)] Eliminate vpair_concat_<mode>_{le, be} rtl constructor 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).