This is an archive of the discontinued LLVM Phabricator instance.

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

Repository
rL LLVM

Event Timeline

arphaman updated this revision to Diff 29193.Jul 7 2015, 10:53 AM
arphaman retitled this revision from to MIR Serialization: serialize virtual register machine operands..
arphaman updated this object.
arphaman added reviewers: dexonsmith, bob.wilson, bogner.
arphaman set the repository for this revision to rL LLVM.
arphaman added a subscriber: llvm-commits.
arphaman updated this revision to Diff 29460.Jul 10 2015, 11:13 AM
arphaman retitled this revision from MIR Serialization: serialize virtual register machine operands. to MIR Serialization: serialize virtual register operands..

I've rebased this patch on ToT.

This revision was automatically updated to reflect the committed changes.