MIR Serialization: Serialize the block address machine operands.
authorAlex Lorenz <arphaman@gmail.com>
Tue, 28 Jul 2015 17:28:03 +0000 (17:28 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 28 Jul 2015 17:28:03 +0000 (17:28 +0000)
commitdeb534907e418641b866ca8747e9f20939c19ab3
treed74918e885b2b34ec4f19d57b56242de801af3e2
parentae7eebd429963b02a7bc90bee9c7038faaff0b5a
MIR Serialization: Serialize the block address machine operands.

llvm-svn: 243453
llvm/lib/CodeGen/MIRParser/MILexer.cpp
llvm/lib/CodeGen/MIRParser/MILexer.h
llvm/lib/CodeGen/MIRParser/MIParser.cpp
llvm/lib/CodeGen/MIRPrinter.cpp
llvm/test/CodeGen/MIR/X86/block-address-operands.mir [new file with mode: 0644]
llvm/test/CodeGen/MIR/X86/expected-block-reference-in-blockaddress.mir [new file with mode: 0644]
llvm/test/CodeGen/MIR/X86/expected-function-reference-after-blockaddress.mir [new file with mode: 0644]
llvm/test/CodeGen/MIR/X86/expected-global-value-after-blockaddress.mir [new file with mode: 0644]
llvm/test/CodeGen/MIR/X86/undefined-ir-block-in-blockaddress.mir [new file with mode: 0644]
llvm/test/CodeGen/MIR/X86/undefined-ir-block-slot-in-blockaddress.mir [new file with mode: 0644]