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

Alex L arphaman at gmail.com
Wed Aug 5 15:28:24 PDT 2015


Thanks, this got committed in r244157.

2015-08-05 11:09 GMT-07:00 Duncan P. N. Exon Smith <dexonsmith at apple.com>:

>
> > 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150805/eb5b024d/attachment.html>


More information about the llvm-commits mailing list