re PR target/70300 (ICE: in extract_constrain_insn, at recog.c:2190 (insn does not...
authorJakub Jelinek <jakub@redhat.com>
Tue, 22 Mar 2016 08:14:24 +0000 (09:14 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 22 Mar 2016 08:14:24 +0000 (09:14 +0100)
commit4e3e2cf17dda5d1ded1fb49822a1f0fb563b47c5
tree3ced0e28bf89f76feeb6fa38480fa88f1ba0ee69
parent4cde512c84dfc20a95a01cca838f288e3015cab5
re PR target/70300 (ICE: in extract_constrain_insn, at recog.c:2190 (insn does not satisfy its constraints) with -mtune=amdfam10 -mavx512bw)

PR target/70300
* config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
instead of source if operands[1] is xmm16 and above and
!TARGET_AVX512VL.  Use avx512f_vec_dupv16sf_1 instead of
vec_interleave_lowv4sf if we need to unpack xmm16 and above.

* gcc.target/i386/pr70300.c: New test.

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