This is an archive of the discontinued LLVM Phabricator instance.

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
machine operands.

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman updated this revision to Diff 27903.Jun 17 2015, 5:26 PM
arphaman retitled this revision from to MIR Serialization: Start serializing machine operands by serializing physical register operands..
arphaman updated this object.
arphaman edited the test plan for this revision. (Show Details)
arphaman added reviewers: dexonsmith, bob.wilson, bogner.
arphaman set the repository for this revision to rL LLVM.
arphaman added a subscriber: Unknown Object (MLST).
arphaman updated this revision to Diff 27967.Jun 18 2015, 3:30 PM

Update this patch to use the new lexing approach that was introduces in the updated patch for http://reviews.llvm.org/D10521.

arphaman updated this revision to Diff 28042.Jun 19 2015, 1:26 PM

Rebase and update the patch to add the fixes suggested by Duncan.

This revision was automatically updated to reflect the committed changes.