]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/51235 (ICE: in extract_insn, at recog.c:2137 (unrecognizable insn) with...
authorUros Bizjak <ubizjak@gmail.com>
Sun, 20 Nov 2011 22:26:14 +0000 (23:26 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 20 Nov 2011 22:26:14 +0000 (23:26 +0100)
commitfd9ee5972eb7ceb1e8da07b854431f1c7375ef53
tree833f8577edde1311397314a2a358676fea86527b
parent215c6c972dd84d3124a4a6f522dde47bc54fed3a
re PR target/51235 (ICE: in extract_insn, at recog.c:2137 (unrecognizable insn) with -O -ftree-vectorize -mavx2 -mxop)

PR target/51235
* config/i386/i386.c (ix86_expand_vcond): Generate TARGET_XOP
patterns for supported mode only.

PR target/51236
* config/i386/i386.c (ix86_expand_builtin)
<IX86_BUILTIN_GATHERALTSIV4DI>: Use CODE_FOR_avx2_gathersiv4di.

testsuite/ChangeLog:

PR target/51235
* gcc.target/i386/pr51235.c: New test.

PR target/51236
* gcc.target/i386/pr51236.c: New test.

From-SVN: r181537
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr51235.c [new file with mode: 0644]
gcc/testsuite/gcc.target/i386/pr51236.c [new file with mode: 0644]