https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61423
--- Comment #12 from uros at gcc dot gnu.org --- Author: uros Date: Tue Jun 17 05:00:52 2014 New Revision: 211723 URL: https://gcc.gnu.org/viewcvs?rev=211723&root=gcc&view=rev Log: Backport from mainline 2014-06-06 Uros Bizjak <ubiz...@gmail.com> PR target/61423 * config/i386/i386.md (*floatunssi<mode>2_i387_with_xmm): New define_insn_and_split pattern, merged from *floatunssi<mode>2_1 and corresponding splitters. Zero extend general register or memory input operand to XMM temporary. Enable for TARGET_SSE2 and TARGET_INTER_UNIT_MOVES_TO_VEC only. (floatunssi<mode>2): Update expander predicate. testsuite/ChangeLog: Backport from mainline 2014-06-06 Uros Bizjak <ubiz...@gmail.com> PR target/61423 * gcc.target/i386/pr61423.c: New test. Added: branches/gcc-4_9-branch/gcc/testsuite/gcc.target/i386/pr61423.c Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/config/i386/i386.md branches/gcc-4_9-branch/gcc/testsuite/ChangeLog