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

Alex L arphaman at gmail.com
Thu Jul 16 09:57:46 PDT 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150716/6f39c9b8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-MIR-Serialization-Serialize-the-frame-index-machine-.patch
Type: application/octet-stream
Size: 21926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150716/6f39c9b8/attachment.obj>


More information about the llvm-commits mailing list