This is an archive of the discontinued LLVM Phabricator instance.

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

Repository
rL LLVM

Event Timeline

arphaman updated this revision to Diff 28043.Jun 19 2015, 1:35 PM
arphaman retitled this revision from to MIR Serialization: Serialize immediate machine 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).
This revision was automatically updated to reflect the committed changes.