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

Duncan P. N. Exon Smith dexonsmith at apple.com
Thu Jul 16 15:47:18 PDT 2015


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



More information about the llvm-commits mailing list