This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/81924] [6 Regression] ICE: in simplify_binary_operation_1, at simplify-rtx.c:3678 on powerpc64le-linux-gnu


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81924

--- Comment #9 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
Er, HERE is the simple patch:

Index: gcc/config/rs6000/vsx.md
===================================================================
--- gcc/config/rs6000/vsx.md    (revision 253957)
+++ gcc/config/rs6000/vsx.md    (working copy)
@@ -27,9 +27,7 @@
 ;; Iterator for the 2 64-bit vector types + 128-bit types that are loaded with
 ;; lxvd2x to properly handle swapping words on little endian
 (define_mode_iterator VSX_LE [V2DF
-                             V2DI
-                             V1TI
-                             (TI       "VECTOR_MEM_VSX_P (TImode)")])
+                             V2DI])

 ;; Iterator for the 2 32-bit vector types
 (define_mode_iterator VSX_W [V4SF V4SI])

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]