[PATCH] MIR Serialization: Serialize unnamed basic block references.

Alex L arphaman at gmail.com
Mon Jul 27 15:44:13 PDT 2015


Thanks, I committed this patch in r243340.


2015-07-27 12:39 GMT-07:00 Duncan P. N. Exon Smith <dexonsmith at apple.com>:

>
> > On 2015-Jul-27, at 12:32, Alex L <arphaman at gmail.com> wrote:
> >
> > Hi,
> >
> > This patch serializes the references from machine basic blocks
> > to unnamed basic blocks.
> >
> > This patch adds a new attribute to the machine basic block's YAML
> > mapping called 'ir-block'. This attribute contains an IR block
> > reference that uses the following syntax;
> >
> >    %ir-block.<id>
> >
> > Example:
> >
> >   id: 0
> >   ir-block: '%ir-block.0'
> >
> > Thanks,
> > Alex
> > <0001-MIR-Serialization-Serialize-unnamed-basic-block-refe.patch>
>
> LGTM.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150727/2e0f31ce/attachment.html>


More information about the llvm-commits mailing list