]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/70327 (ICE: in extract_insn, at recog.c:2287 (unrecognizable insn) with...
authorUros Bizjak <uros@gcc.gnu.org>
Mon, 21 Mar 2016 19:56:50 +0000 (20:56 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 21 Mar 2016 19:56:50 +0000 (20:56 +0100)
commit4a148e19be2b45ab4c8dcd081e37cc99f976649f
treeba762dd52b128b69673d1699e514b187d5976337
parent60d15bae0c64d8385949ab720a0dc387b729915e
re PR target/70327 (ICE: in extract_insn, at recog.c:2287 (unrecognizable insn) with -mavx512ifma and v4ti argument)

PR target/70327
* config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
of ix86_expand_move.
(movoi): Ditto.
(movti): Use general_operand for operand 1 predicate.

testsuite/ChangeLog:

PR target/70327
* gcc.target/i386/pr70327.c: New test.

From-SVN: r234380
gcc/ChangeLog
gcc/config/i386/i386.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr70327.c [new file with mode: 0644]