[gcc(refs/users/meissner/heads/work068)] Limit XXSPLTIDP for integer constants to 0x80000000.

Michael Meissner meissner@gcc.gnu.org
Tue Sep 14 17:05:19 GMT 2021


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

commit e06c8dd15d5f86b97923d9ec88b71fada5d47c08
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Tue Sep 14 13:05:00 2021 -0400

    Limit XXSPLTIDP for integer constants to 0x80000000.
    
    2021-09-14  Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/
    
            * config/rs6000/predicates.md (easy_fp_constant_float_to_v2df):
            Limit XXSPLTIDP for integer constants to 0x80000000.

Diff:
---
 gcc/ChangeLog.meissner | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gcc/ChangeLog.meissner b/gcc/ChangeLog.meissner
index e5168c7c12a..9e7154ead93 100644
--- a/gcc/ChangeLog.meissner
+++ b/gcc/ChangeLog.meissner
@@ -1,3 +1,9 @@
+work068.patch004:
+2021-09-14  Michael Meissner  <meissner@linux.ibm.com>
+
+	* config/rs6000/predicates.md (easy_fp_constant_float_to_v2df):
+	Limit XXSPLTIDP for integer constants to 0x80000000.
+
 work068.patch003:
 2021-09-14  Michael Meissner  <meissner@linux.ibm.com>


More information about the Gcc-cvs mailing list