[llvm-commits] [PATCH] [X86] Add {l} suffix to cvtsi2ss (and similar) mnemonics.

Kuperstein, Michael M michael.m.kuperstein at intel.com
Tue Jan 1 04:58:18 PST 2013


Hi,
The attached patch adds {l} suffixes to the mnemonics of all 32-bit X86 scalar integer <=> float convert instructions, e.g. cvtsi2ss => cvtsi2ss{l}.  The {q} versions were already present, added by ctopper in r160775.
I haven't really touched this area before so I'm not at all sure I'm doing the right thing by adding the suffix, as opposed to having aliases. Can anyone (Craig? :-) ) review?

Thanks,
   Michael
---------------------------------------------------------------------
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 --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130101/e118d9ff/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cvtl.patch
Type: application/octet-stream
Size: 26828 bytes
Desc: cvtl.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130101/e118d9ff/attachment.obj>


More information about the llvm-commits mailing list