[PATCH] D11005: MIR Serialization: serialize virtual register machine operands.

Alex Lorenz arphaman at gmail.com
Tue Jul 7 10:53:54 PDT 2015


arphaman added reviewers: dexonsmith, bob.wilson, bogner.
arphaman added a subscriber: llvm-commits.

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>


Repository:
  rL LLVM

http://reviews.llvm.org/D11005

Files:
  lib/CodeGen/MIRParser/MILexer.cpp
  lib/CodeGen/MIRParser/MILexer.h
  lib/CodeGen/MIRParser/MIParser.cpp
  lib/CodeGen/MIRParser/MIParser.h
  lib/CodeGen/MIRParser/MIRParser.cpp
  lib/CodeGen/MIRPrinter.cpp
  test/CodeGen/MIR/X86/undefined-virtual-register.mir
  test/CodeGen/MIR/X86/virtual-registers.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11005.29193.patch
Type: text/x-patch
Size: 9492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150707/25fa64c7/attachment.bin>


More information about the llvm-commits mailing list