MIR Serialization: Serialize the simple virtual register allocation hints.
authorAlex Lorenz <arphaman@gmail.com>
Fri, 24 Jul 2015 20:35:40 +0000 (20:35 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Fri, 24 Jul 2015 20:35:40 +0000 (20:35 +0000)
commitab4cbcfda7c7cf7aa7805881f94c6877be231354
tree4dfba9dadc2b4b9ecd6a05986dba13428c8d542b
parentbd210e638aca82850ff77832b5be8579d9950c87
MIR Serialization: Serialize the simple virtual register allocation hints.

This commit serializes the virtual register allocations hints of type 0.
These hints specify the preferred physical registers for allocations.

llvm-svn: 243156
llvm/include/llvm/CodeGen/MIRYamlMapping.h
llvm/include/llvm/CodeGen/MachineRegisterInfo.h
llvm/lib/CodeGen/MIRParser/MIRParser.cpp
llvm/lib/CodeGen/MIRPrinter.cpp
llvm/test/CodeGen/MIR/X86/expected-named-register-in-allocation-hint.mir [new file with mode: 0644]
llvm/test/CodeGen/MIR/X86/simple-register-allocation-hints.mir [new file with mode: 0644]