[PATCH] D74049: [AVR] Implement disassembly support for I/O instructions
Ayke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 26 07:57:47 PDT 2020
aykevl updated this revision to Diff 260166.
aykevl added a comment.
- better formatting of return statement
- added testcases to exercise all the bits in every instruction
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74049/new/
https://reviews.llvm.org/D74049
Files:
llvm/lib/Target/AVR/AVRInstrFormats.td
llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp
llvm/test/MC/AVR/inst-cbi.s
llvm/test/MC/AVR/inst-in.s
llvm/test/MC/AVR/inst-out.s
llvm/test/MC/AVR/inst-sbi.s
llvm/test/MC/AVR/inst-sbic.s
llvm/test/MC/AVR/inst-sbis.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74049.260166.patch
Type: text/x-patch
Size: 10830 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200426/c2d49ce2/attachment.bin>
More information about the llvm-commits
mailing list