Commit 8d1788f2 by Uros Bizjak Committed by Uros Bizjak

i386.md (floatsi<mode>2_vector_sse_with_temp splitter): Compare <ssevecmode>mode…

i386.md (floatsi<mode>2_vector_sse_with_temp splitter): Compare <ssevecmode>mode with V4SFmode, not V4SImode.

	* config/i386/i386.md (floatsi<mode>2_vector_sse_with_temp splitter):
	Compare <ssevecmode>mode with V4SFmode, not V4SImode.

From-SVN: r180742
parent be26142a
2011-10-30 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (floatsi<mode>2_vector_sse_with_temp splitter):
Compare <ssevecmode>mode with V4SFmode, not V4SImode.
2011-11-01 Peter Bergner <bergner@vnet.ibm.com>
* config.gcc (powerpc*-*-linux*): Add powerpc*-*-linux*ppc476* variant.
......@@ -5053,7 +5053,7 @@
emit_insn (gen_sse2_loadld (operands[4],
CONST0_RTX (V4SImode), operands[2]));
}
if (<ssevecmode>mode == V4SImode)
if (<ssevecmode>mode == V4SFmode)
emit_insn (gen_floatv4siv4sf2 (operands[3], operands[4]));
else
emit_insn (gen_sse2_cvtdq2pd (operands[3], operands[4]));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment