public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-5533] i386: Fix invalid RTX in split2 pass [PR112567]
@ 2023-11-16 15:59 Uros Bizjak
  0 siblings, 0 replies; only message in thread
From: Uros Bizjak @ 2023-11-16 15:59 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:06ff410e0dea135d41bc5f7a9a007d7ba6822dbf

commit r14-5533-g06ff410e0dea135d41bc5f7a9a007d7ba6822dbf
Author: Uros Bizjak <ubizjak@gmail.com>
Date:   Thu Nov 16 16:48:07 2023 +0100

    i386: Fix invalid RTX in split2 pass [PR112567]
    
    Also fix some indentitation inconsistencies.
    
            PR target/112567
    
    gcc/ChangeLog:
    
            * config/i386/i386.md (*<any_logic:code>qi_ext<mode>_1_slp):
            Fix generation of invalid RTX in split pattern.

Diff:
---
 gcc/config/i386/i386.md | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index a364c43641f..f5407ab3054 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -6652,7 +6652,7 @@
 	     (subreg:QI
 	       (match_op_dup 3
 		 [(match_dup 2) (const_int 8) (const_int 8)]) 0)
-	   (match_dup 0)))
+	     (match_dup 0)))
       (clobber (reg:CC FLAGS_REG))])]
   ""
   [(set_attr "type" "alu")
@@ -6666,11 +6666,11 @@
 	      [(match_operand 1 "int248_register_operand" "Q")
 	       (const_int 8)
 	       (const_int 8)]) 0)
-	    (subreg:QI
-	      (match_operator:SWI248 4 "extract_operator"
-		[(match_operand 2 "int248_register_operand" "Q")
-		 (const_int 8)
-		 (const_int 8)]) 0)))
+	  (subreg:QI
+	    (match_operator:SWI248 4 "extract_operator"
+	      [(match_operand 2 "int248_register_operand" "Q")
+	       (const_int 8)
+	       (const_int 8)]) 0)))
    (clobber (reg:CC FLAGS_REG))]
   "!TARGET_PARTIAL_REG_STALL || optimize_function_for_size_p (cfun)"
   "#"
@@ -6685,7 +6685,7 @@
 	     (subreg:QI
 	       (match_op_dup 3
 		 [(match_dup 1) (const_int 8) (const_int 8)]) 0)
-	   (match_dup 0)))
+	     (match_dup 0)))
       (clobber (reg:CC FLAGS_REG))])]
   ""
   [(set_attr "type" "alu")
@@ -7742,11 +7742,11 @@
 	      [(match_operand 1 "int248_register_operand" "Q")
 	       (const_int 8)
 	       (const_int 8)]) 0)
-	    (subreg:QI
-	      (match_operator:SWI248 4 "extract_operator"
-		[(match_operand 2 "int248_register_operand" "Q")
-		 (const_int 8)
-		 (const_int 8)]) 0)))
+	  (subreg:QI
+	    (match_operator:SWI248 4 "extract_operator"
+	      [(match_operand 2 "int248_register_operand" "Q")
+	       (const_int 8)
+	       (const_int 8)]) 0)))
    (clobber (reg:CC FLAGS_REG))]
   "!TARGET_PARTIAL_REG_STALL || optimize_function_for_size_p (cfun)"
   "#"
@@ -11588,8 +11588,8 @@
 	   (any_logic:QI
 	     (subreg:QI
 	       (match_op_dup 3
-		 [(match_dup 2) (const_int 8) (const_int 8)]) 0)))
-	   (match_dup 0)
+		 [(match_dup 2) (const_int 8) (const_int 8)]) 0)
+	     (match_dup 0)))
       (clobber (reg:CC FLAGS_REG))])]
   ""
   [(set_attr "type" "alu")
@@ -11603,11 +11603,11 @@
 	      [(match_operand 1 "int248_register_operand" "Q")
 	       (const_int 8)
 	       (const_int 8)]) 0)
-	    (subreg:QI
-	      (match_operator:SWI248 4 "extract_operator"
-		[(match_operand 2 "int248_register_operand" "Q")
-		 (const_int 8)
-		 (const_int 8)]) 0)))
+	  (subreg:QI
+	    (match_operator:SWI248 4 "extract_operator"
+	      [(match_operand 2 "int248_register_operand" "Q")
+	       (const_int 8)
+	       (const_int 8)]) 0)))
    (clobber (reg:CC FLAGS_REG))]
   "!TARGET_PARTIAL_REG_STALL || optimize_function_for_size_p (cfun)"
   "#"
@@ -11622,7 +11622,7 @@
 	     (subreg:QI
 	       (match_op_dup 3
 		 [(match_dup 1) (const_int 8) (const_int 8)]) 0)
-	   (match_dup 0)))
+	     (match_dup 0)))
       (clobber (reg:CC FLAGS_REG))])]
   ""
   [(set_attr "type" "alu")

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-16 15:59 [gcc r14-5533] i386: Fix invalid RTX in split2 pass [PR112567] Uros Bizjak

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).