OSDN Git Service

MIR Serialization: Serialize the liveout register mask machine operands.
authorAlex Lorenz <arphaman@gmail.com>
Mon, 10 Aug 2015 23:24:42 +0000 (23:24 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Mon, 10 Aug 2015 23:24:42 +0000 (23:24 +0000)
commit8615171600b44fad021d06a3c22dd328475f5f2c
treef5df658ea951e17f19fa4401e5c7b51ae13b9d3e
parentf838c41c998fb3f9a8a5c1b9a867cb8828ea2c82
MIR Serialization: Serialize the liveout register mask machine operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244529 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MIRParser/MILexer.cpp
lib/CodeGen/MIRParser/MILexer.h
lib/CodeGen/MIRParser/MIParser.cpp
lib/CodeGen/MIRPrinter.cpp
test/CodeGen/MIR/X86/liveout-register-mask.mir [new file with mode: 0644]