sse.md (*vec_concatv4si): Use v=v,v instead of x=x,x and v=v,m instead of x=x,m.
authorJakub Jelinek <jakub@redhat.com>
Thu, 2 Jun 2016 11:02:26 +0000 (13:02 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 2 Jun 2016 11:02:26 +0000 (13:02 +0200)
commit930ebd0e2a99523b7991c71436e58bdf1dc43fe3
treed037b42d2dc54aff4cfa841cc5b0d18a9584b7b6
parent1e021dc33a06b5127db26a347547b97e623a0e19
sse.md (*vec_concatv4si): Use v=v,v instead of x=x,x and v=v,m instead of x=x,m.

* config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
x=x,x and v=v,m instead of x=x,m.

* gcc.target/i386/avx512vl-concatv4si-1.c: New test.

From-SVN: r237031
gcc/ChangeLog
gcc/config/i386/sse.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/avx512vl-concatv4si-1.c [new file with mode: 0644]