[gcc(refs/users/meissner/heads/work041)] Fix last change #2.

Michael Meissner meissner@gcc.gnu.org
Sat Mar 13 07:03:23 GMT 2021


https://gcc.gnu.org/g:ec8ae2b2bf7722666710eaaa4ec3e40f6973d818

commit ec8ae2b2bf7722666710eaaa4ec3e40f6973d818
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Sat Mar 13 02:02:35 2021 -0500

    Fix last change #2.
    
    gcc/
    2021-03-12  Michael Meissner  <meissner@linux.ibm.com>
    
            * config/rs6000/rs6000.md (xxspltidp<mode>): Do not add a :SI on
            const_int.

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

diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index e1551c01058..c6d2c87913d 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -7545,7 +7545,7 @@
 
 (define_insn "*xxspltidp<mode>"
   [(set (match_operand:SFDF 0 "gpc_reg_operand" "=wa")
-	(unspec:SFDF [(match_operand:SI 1 "const_int_operand" "n")]
+	(unspec:SFDF [(match_operand 1 "const_int_operand" "n")]
 		     UNSPEC_XXSPLTIDP))]
   "TARGET_POWER10"
   "xxspltidp %x0,%1"


More information about the Gcc-cvs mailing list