This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249481 - in /branches/gcc-7-branch/gcc: Change...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 21 Jun 2017 22:18:35 -0000
- Subject: r249481 - in /branches/gcc-7-branch/gcc: Change...
Author: jakub
Date: Wed Jun 21 22:18:34 2017
New Revision: 249481
URL: https://gcc.gnu.org/viewcvs?rev=249481&root=gcc&view=rev
Log:
Backported from mainline
2017-06-20 Jakub Jelinek <jakub@redhat.com>
PR target/81121
* config/i386/i386.md (TARGET_USE_VECTOR_CONVERTS float si->{sf,df}
splitter): Require TARGET_SSE2 in the condition.
* gcc.target/i386/pr81121.c: New test.
Added:
branches/gcc-7-branch/gcc/testsuite/gcc.target/i386/pr81121.c
Modified:
branches/gcc-7-branch/gcc/ChangeLog
branches/gcc-7-branch/gcc/config/i386/i386.md
branches/gcc-7-branch/gcc/testsuite/ChangeLog