This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Add the AVRMCInstLower class
ClosedPublic

Authored by dylanmckay on Oct 5 2016, 4:29 AM.

Details

Summary

This class deals with the lowering of CodeGen MachineInstr objects to
MC MCInst objects.

Event Timeline

dylanmckay updated this revision to Diff 73619.Oct 5 2016, 4:29 AM
dylanmckay retitled this revision from to [AVR] Add the AVRMCInstLower class.
dylanmckay updated this object.
dylanmckay added reviewers: kparzysz, arsenm.
dylanmckay added a subscriber: japaric.
kparzysz accepted this revision.Oct 6 2016, 8:16 AM
kparzysz edited edge metadata.
This revision is now accepted and ready to land.Oct 6 2016, 8:16 AM
dylanmckay closed this revision.Oct 6 2016, 11:28 PM

Committed in r283522