[PATCH] MIR Serialization: Serialize the frame index machine operands.

Alex L arphaman at gmail.com
Thu Jul 16 16:38:47 PDT 2015


Thanks, I committed this in r242487.

2015-07-16 15:47 GMT-07:00 Duncan P. N. Exon Smith <dexonsmith at apple.com>:

>
> > On 2015-Jul-16, at 09:57, Alex L <arphaman at gmail.com> wrote:
> >
> > Hi,
> >
> > This patch implements serialization of the frame index machine operands.
> There are two kinds of stack objects - fixed and ordinary ones, and thus
> the references for both of them have a different syntax. The ordinary stack
> object references use the following syntax:
> >
> >    %stack.<id>[.<name>]
> >
> > And the fixed stack object references use the following syntax:
> >
> >    %fixed-stack.<id>
> >
> > Thanks,
> > Alex
> > <0001-MIR-Serialization-Serialize-the-frame-index-machine-.patch>
>
> LGTM.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150716/91addebd/attachment.html>


More information about the llvm-commits mailing list