MIR Serialization: Serialize the machine function's liveins.
authorAlex Lorenz <arphaman@gmail.com>
Mon, 27 Jul 2015 17:42:45 +0000 (17:42 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Mon, 27 Jul 2015 17:42:45 +0000 (17:42 +0000)
commita5da4f1f8d8751f6e8f1ddd4b787c6026a3b51f9
tree241df0c39fc7caa2a8b8ca6f0b512e3d375d2283
parentb7abbca1ddc0501316b6ef5b1601f2895871b588
MIR Serialization: Serialize the machine function's liveins.

Reviewers: Duncan P. N. Exon Smith

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243288 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MIRYamlMapping.h
lib/CodeGen/MIRParser/MIParser.cpp
lib/CodeGen/MIRParser/MIParser.h
lib/CodeGen/MIRParser/MIRParser.cpp
lib/CodeGen/MIRPrinter.cpp
test/CodeGen/MIR/X86/expected-named-register-in-functions-livein.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-virtual-register-in-functions-livein.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/function-liveins.mir [new file with mode: 0644]