This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249396 - in /trunk/gcc: ChangeLog config/i386/...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 20 Jun 2017 07:04:27 -0000
- Subject: r249396 - in /trunk/gcc: ChangeLog config/i386/...
Author: jakub
Date: Tue Jun 20 07:04:27 2017
New Revision: 249396
URL: https://gcc.gnu.org/viewcvs?rev=249396&root=gcc&view=rev
Log:
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:
trunk/gcc/testsuite/gcc.target/i386/pr81121.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/i386.md
trunk/gcc/testsuite/ChangeLog