[PATCH] MIR Serialization: Serialize references from stack objects to named allocas.

Alex L arphaman at gmail.com
Tue Jul 14 16:04:24 PDT 2015


Hi,

This patch serializes the references to the named LLVM alloca instructions
from the stack objects in the machine frame info. This commit adds a field
'Name' to the struct 'yaml::MachineStackObject'. This new field is used to
store the name of the alloca instruction when the alloca is present and
when it has a name.

Cheers,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150714/e6f45b26/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-MIR-Serialization-Serialize-references-from-stack-ob.patch
Type: application/octet-stream
Size: 8693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150714/e6f45b26/attachment.obj>


More information about the llvm-commits mailing list