Hello!

2012-06-17  Uros Bizjak  <ubiz...@gmail.com>

        * config/i386/sse.md (vcvtph2ps): Fix vec_select selector.

Tested on x86_64-pc-linux-gnu {,-m32}, committed to mainline SVN, will
be backported to release branches.

Uros.
Index: config/i386/sse.md
===================================================================
--- config/i386/sse.md  (revision 188703)
+++ config/i386/sse.md  (working copy)
@@ -11647,7 +11647,7 @@
          (unspec:V8SF [(match_operand:V8HI 1 "register_operand" "x")]
                       UNSPEC_VCVTPH2PS)
          (parallel [(const_int 0) (const_int 1)
-                    (const_int 1) (const_int 2)])))]
+                    (const_int 2) (const_int 3)])))]
   "TARGET_F16C"
   "vcvtph2ps\t{%1, %0|%0, %1}"
   [(set_attr "type" "ssecvt")

Reply via email to