[PATCH] MIR Serialization: Serialize the target index machine operands.
Alex L
arphaman at gmail.com
Mon Jul 27 17:23:01 PDT 2015
Hello,
This patch serializes the target index machine operands.
They use the following syntax:
target-index(<name>)
This commit extends the TargetInstrInfo class with a method that returns
the target's serializable
target indices, so that the MIR printer and parser can map to/from names
and target indices using
the information returned by this new method.
Thanks,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150727/120639e7/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-MIR-Serialization-Serialize-the-target-index-machine.patch
Type: application/octet-stream
Size: 18578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150727/120639e7/attachment.obj>
More information about the llvm-commits
mailing list