[PATCH] D73911: [AVR] Add disassembly tests for supported instructions

Ayke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 11:19:48 PST 2020


aykevl created this revision.
aykevl added reviewers: dylanmckay, thakis.
Herald added a subscriber: Jim.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73911

Files:
  llvm/test/MC/AVR/inst-break.s
  llvm/test/MC/AVR/inst-des.s
  llvm/test/MC/AVR/inst-eicall.s
  llvm/test/MC/AVR/inst-eijmp.s
  llvm/test/MC/AVR/inst-family-set-clr-flag.s
  llvm/test/MC/AVR/inst-icall.s
  llvm/test/MC/AVR/inst-ijmp.s
  llvm/test/MC/AVR/inst-nop.s
  llvm/test/MC/AVR/inst-ret.s
  llvm/test/MC/AVR/inst-reti.s
  llvm/test/MC/AVR/inst-sleep.s
  llvm/test/MC/AVR/inst-wdr.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73911.242132.patch
Type: text/x-patch
Size: 6826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200203/9e121964/attachment.bin>


More information about the llvm-commits mailing list