MIR Serialization: Serialize the machine basic block live in registers.
authorAlex Lorenz <arphaman@gmail.com>
Tue, 14 Jul 2015 21:24:41 +0000 (21:24 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 14 Jul 2015 21:24:41 +0000 (21:24 +0000)
commit6e50c921d037b032e22999ab0694ba4676d4b812
treeb7f46a5bea09ffa3e1daec5fff5a96f5db8c0da9
parent7ebf4b21c77a21fd2dcc6f582fd980ddc1264d7c
MIR Serialization: Serialize the machine basic block live in registers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242204 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/basic-block-liveins.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-named-register-livein.mir [new file with mode: 0644]