[PATCH] MIR Serialization: Serialize unnamed basic block references.
Alex L
arphaman at gmail.com
Mon Jul 27 12:32:19 PDT 2015
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150727/d2c8b243/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-MIR-Serialization-Serialize-unnamed-basic-block-refe.patch
Type: application/octet-stream
Size: 13056 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150727/d2c8b243/attachment.obj>
More information about the llvm-commits
mailing list