This patch is based on a patch that introduces MILexer (http://reviews.llvm.org/D10521).
This patch begins to implement serialization of machine operands by serializing the physical register
machine operands.
Paths
| Differential D10525
MIR Serialization: Start serializing machine operands by serializing physical register operands. ClosedPublic Authored by arphaman on Jun 17 2015, 5:26 PM.
Details Summary This patch is based on a patch that introduces MILexer (http://reviews.llvm.org/D10521). This patch begins to implement serialization of machine operands by serializing the physical register
Diff Detail
Event TimelineComment Actions Update this patch to use the new lexing approach that was introduces in the updated patch for http://reviews.llvm.org/D10521. Closed by commit rL240425: MIR Serialization: Serialize physical register machine operands. (authored by arphaman). · Explain WhyJun 23 2015, 9:39 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 27903 lib/CodeGen/MIRParser/MILexer.h
lib/CodeGen/MIRParser/MILexer.cpp
lib/CodeGen/MIRParser/MIParser.cpp
lib/CodeGen/MIRPrinter.cpp
test/CodeGen/MIR/X86/expected-machine-operand.mir
test/CodeGen/MIR/X86/missing-comma.mir
test/CodeGen/MIR/X86/named-registers.mir
test/CodeGen/MIR/X86/unknown-register.mir
|