http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57356
Uroš Bizjak <ubizjak at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED URL| |http://gcc.gnu.org/ml/gcc-p | |atches/2013-05/msg01175.htm | |l Resolution|--- |FIXED --- Comment #2 from Uroš Bizjak <ubizjak at gmail dot com> --- FIXED for 4.7.4 and 4.8.1 by: Author: uros Date: Wed May 22 12:16:41 2013 New Revision: 199195 URL: http://gcc.gnu.org/viewcvs?rev=199195&root=gcc&view=rev Log: PR target/57356 * config/i386/i386.md (*movti_internal_rex64): Emit movaps/movups for non-sse2 targets. (*movti_internal): Simplify mode attribute calculation. Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/config/i386/i386.md Author: uros Date: Wed May 22 16:07:08 2013 New Revision: 199205 URL: http://gcc.gnu.org/viewcvs?rev=199205&root=gcc&view=rev Log: PR target/57356 * config/i386/i386.md (*movti_internal_rex64): Emit movaps/movups for non-sse2 targets. Simplify mode attribute calculation. Modified: branches/gcc-4_7-branch/gcc/ChangeLog branches/gcc-4_7-branch/gcc/config/i386/i386.md