This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Add disassembly tests for supported instructions
ClosedPublic

Authored by aykevl on Feb 3 2020, 11:17 AM.

Details

Summary

The disassembler of the AVR backend is incomplete: most instructions do not correctly disassemble yet.

This patch is the first in a series to add disassembly support to the AVR backend. It starts with adding disassembler tests for instructions that already disassemble correctly.

Diff Detail

Event Timeline

aykevl created this revision.Feb 3 2020, 11:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2020, 11:17 AM
Herald added a subscriber: Jim. · View Herald Transcript
dylanmckay accepted this revision.Feb 4 2020, 9:29 PM

Nice work, thanks for the patch @aykevl!

This revision is now accepted and ready to land.Feb 4 2020, 9:29 PM
This revision was automatically updated to reflect the committed changes.