This is an archive of the discontinued LLVM Phabricator instance.

MIR Serialization: Serialize simple MachineRegisterInfo attributes.
ClosedPublic

Authored by arphaman on Jun 22 2015, 3:25 PM.

Details

Summary

This patch serializes the 3 scalar bool attributes from the MachineRegisterInfo class. - isSSA, tracksRegLiveness, tracksSubRegLiveness. I decided to place them into the machine function YAML mapping as they fit rather well into the function's mapping.

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman updated this revision to Diff 28166.Jun 22 2015, 3:25 PM
arphaman retitled this revision from to MIR Serialization: Serialize simple MachineRegisterInfo attributes..
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.