[PATCH] Serialize the floating point immediate machine operands.

Alex L arphaman at gmail.com
Wed Jul 29 17:23:49 PDT 2015


Hi,

The 3 patches below serialize the floating point immediate machine operands
of type half, float, and double.

The first patch serializes the non-hexadecimal float and double floating
point
operands. The second patch serializes the hexadecimal float and double
floating point operands. The third patch serializes the half floating point
operands.

The x86_fp80, fp128, and ppc_fp128 floating point operands aren't
serialized by these patches.

Cheers,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150729/409543e2/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-MIR-Serialization-Initial-serialization-of-floating-.patch
Type: application/octet-stream
Size: 20894 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150729/409543e2/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-MIR-Serialization-Serialize-the-hexadecimal-floating.patch
Type: application/octet-stream
Size: 18913 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150729/409543e2/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-MIR-Serialization-Serialize-the-half-floating-point-.patch
Type: application/octet-stream
Size: 21798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150729/409543e2/attachment-0002.obj>


More information about the llvm-commits mailing list