This patch is based on a previous serialization patch that serializes MBB operands (http://reviews.llvm.org/D10608).
This patch serializes the global address machine operands.
Paths
| Differential D10671
MIR Serialization: Serialize global address machine operands. ClosedPublic Authored by arphaman on Jun 23 2015, 4:06 PM.
Details Summary This patch is based on a previous serialization patch that serializes MBB operands (http://reviews.llvm.org/D10608). This patch serializes the global address machine operands.
Diff Detail
Event TimelineClosed by commit rL240851: MIR Serialization: Serialize global address machine operands. (authored by arphaman). · Explain WhyJun 26 2015, 3:57 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 28608 llvm/trunk/lib/CodeGen/MIRParser/MILexer.h
llvm/trunk/lib/CodeGen/MIRParser/MILexer.cpp
llvm/trunk/lib/CodeGen/MIRParser/MIParser.h
llvm/trunk/lib/CodeGen/MIRParser/MIParser.cpp
llvm/trunk/lib/CodeGen/MIRParser/MIRParser.cpp
llvm/trunk/lib/CodeGen/MIRPrinter.cpp
llvm/trunk/test/CodeGen/MIR/X86/global-value-operands.mir
llvm/trunk/test/CodeGen/MIR/X86/undefined-global-value.mir
llvm/trunk/test/CodeGen/MIR/X86/undefined-named-global-value.mir
|