This patch is based on a previous serialization patch that serializes physical register operands (http://reviews.llvm.org/D10525).
This patch serialized immediate machine operands by using integer literals.
Paths
| Differential D10573
MIR Serialization: Serialize immediate machine operands. ClosedPublic Authored by arphaman on Jun 19 2015, 1:35 PM.
Details Summary This patch is based on a previous serialization patch that serializes physical register operands (http://reviews.llvm.org/D10525). This patch serialized immediate machine operands by using integer literals.
Diff Detail
Event Timelinearphaman updated this object. Closed by commit rL240481: MIR Serialization: Serialize immediate machine operands. (authored by arphaman). · Explain WhyJun 23 2015, 4:47 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 28304 llvm/trunk/lib/CodeGen/MIRParser/MILexer.h
llvm/trunk/lib/CodeGen/MIRParser/MILexer.cpp
llvm/trunk/lib/CodeGen/MIRParser/MIParser.cpp
llvm/trunk/lib/CodeGen/MIRPrinter.cpp
llvm/trunk/test/CodeGen/MIR/X86/immediate-operands.mir
|