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

wschmidt at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Oct 20 22:04:00 GMT 2017


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


More information about the Gcc-bugs mailing list