[PATCH] MIR Serialization: Serialize simple MachineRegisterInfo attributes.
Alex Lorenz
arphaman at gmail.com
Mon Jun 22 15:25:39 PDT 2015
Hi dexonsmith, bob.wilson, bogner,
This patch serializes the 3 scalar bool attributes from the MachineRegisterInfo class. - isSSA, tracksRegLiveness, tracksSubRegLiveness. I decided to place them into the machine function YAML mapping as they fit rather well into the function's mapping.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D10618
Files:
include/llvm/CodeGen/MIRYamlMapping.h
lib/CodeGen/MIRParser/MIRParser.cpp
lib/CodeGen/MIRPrinter.cpp
test/CodeGen/MIR/machine-function.mir
test/CodeGen/MIR/register-info.mir
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10618.28166.patch
Type: text/x-patch
Size: 6359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150622/bf35e151/attachment.bin>
More information about the llvm-commits
mailing list