[PATCH] MIR Serialization: Serialize the machine operand's offset.

Alex L arphaman at gmail.com
Mon Aug 3 15:37:04 PDT 2015


Hi,

This patch serializes the offset in the following machine operands:
target index, global address, external symbol, constant pool index,
and block address.

The syntax for these operands is expanded and now includes
an optional suffix which represents the offset:

   <operand> [ [ + | - ] <offset> ]

Example:

  @G + 4

Cheers,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150803/7a57eeb1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-MIR-Serialization-Serialize-the-machine-operand-s-of.patch
Type: application/octet-stream
Size: 16991 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150803/7a57eeb1/attachment.obj>


More information about the llvm-commits mailing list