This patch is based not the patch that serializes virtual register definitions (http://reviews.llvm.org/D10981).
This patch serializes the virtual register machine operands. They use the following syntax:
%<id>
Paths
| Differential D11005
MIR Serialization: serialize virtual register operands. ClosedPublic Authored by arphaman on Jul 7 2015, 10:53 AM.
Details Summary This patch is based not the patch that serializes virtual register definitions (http://reviews.llvm.org/D10981). This patch serializes the virtual register machine operands. They use the following syntax: %<id>
Diff Detail
Event Timelinearphaman retitled this revision from MIR Serialization: serialize virtual register machine operands. to MIR Serialization: serialize virtual register operands.. Comment ActionsI've rebased this patch on ToT. Closed by commit rL241959: MIR Serialization: Serialize the virtual register operands. (authored by arphaman). · Explain WhyJul 10 2015, 3:51 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 29501 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/undefined-virtual-register.mir
llvm/trunk/test/CodeGen/MIR/X86/virtual-registers.mir
|