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

Ayke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 14:15:40 PDT 2022


aykevl accepted this revision.
aykevl added a comment.
This revision is now accepted and ready to land.

Looks good to me.



================
Comment at: llvm/test/MC/AVR/inst-ldd.s:12
 
   ldd r9, Z+foo
 
----------------
This instruction is not tested with an `INST:` line, is that intentional?

Same for `std` in the next file.


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

https://reviews.llvm.org/D123442



More information about the llvm-commits mailing list