[PATCH] MIR Serialization: Serialize the block address machine operands.
Duncan P. N. Exon Smith
dexonsmith at apple.com
Mon Jul 27 21:20:53 PDT 2015
> On 2015-Jul-27, at 17:19, Alex L <arphaman at gmail.com> wrote:
>
> Hi,
>
> This patch serializes the block address machine operands.
>
> They use the following syntax:
>
> blockaddress(<global-value>, <ir-block-ref>)
>
> where ir-block-ref is either:
>
> ir-block.<name>
> or
>
> ir-block.<slot>
>
> Thanks,
> Alex
> <0001-MIR-Serialization-Serialize-block-address-machine-op.patch>
LGTM.
More information about the llvm-commits
mailing list