[PATCH] MIR Serialization: Serialize the machine operand's offset.
Duncan P. N. Exon Smith
dexonsmith at apple.com
Wed Aug 5 11:09:00 PDT 2015
> On 2015-Aug-05, at 11:00, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote:
>
>
>> On 2015-Aug-03, at 15:37, Alex L <arphaman at gmail.com> wrote:
>>
>> 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
>> <0001-MIR-Serialization-Serialize-the-machine-operand-s-of.patch>
>
> LGTM.
LGTM, this time on the new list.
More information about the llvm-commits
mailing list