This is an archive of the discontinued LLVM Phabricator instance.

MIR Parser: verify the implicit register operands.
ClosedPublic

Authored by arphaman on Jun 26 2015, 3:34 PM.

Details

Summary

This patch is based on a previous serialization patch that serializes implicit register flags (http://reviews.llvm.org/D10709).

This patch verifies that the parsed machine instructions have implicit register operands as specified by MCInstrDesc. Variadic and call instructions aren't verified.

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman updated this revision to Diff 28604.Jun 26 2015, 3:34 PM
arphaman retitled this revision from to MIR Parser: verify the implicit 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).
This revision was automatically updated to reflect the committed changes.