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

Duncan P. N. Exon Smith dexonsmith at apple.com
Mon Jul 27 12:39:05 PDT 2015


> 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.



More information about the llvm-commits mailing list