[PATCH] D123442: [MC][AVR] Implement decoding STD/LDD

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 18:56:56 PDT 2022


benshi001 marked an inline comment as done.
benshi001 added inline comments.


================
Comment at: llvm/test/MC/AVR/inst-ldd.s:12
 
   ldd r9, Z+foo
 
----------------
aykevl wrote:
> This instruction is not tested with an `INST:` line, is that intentional?
> 
> Same for `std` in the next file.
That is intentional, since foo is an unresolved symbol.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123442/new/

https://reviews.llvm.org/D123442



More information about the llvm-commits mailing list