[llvm-commits] Fix in VSQRTSSm_Int pattern in X86 AVX CodeGen - Please review

Demikhovsky, Elena elena.demikhovsky at intel.com
Mon Nov 28 02:31:56 PST 2011


Fixed an order of operands in VSQRTSSm_Int form:

   def SSm_Int : SSI<opc, MRMSrcMem, (outs VR128:$dst),
-                (ins ssmem:$src1, VR128:$src2),
+                (ins VR128:$src1, ssmem:$src2),
                 !strconcat(OpcodeStr,
                            "ss\t{$src2, $src1, $dst|$dst, $src1, $src2}"), []>;

Provided a test case.

- Elena


---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smm_int.diff
Type: application/octet-stream
Size: 2552 bytes
Desc: smm_int.diff
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111128/70863435/attachment.obj>


More information about the llvm-commits mailing list