[PATCH] D140815: [AVR] Fix incorrect decoding of RJMP and RCALL

Ayke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 7 07:23:45 PST 2023


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

That's indeed a nice solution, didn't think of that!



================
Comment at: llvm/test/MC/AVR/inst-rcall.s:13
+  .short  0xdfea
 
 ; CHECK: rcall  .Ltmp0+0             ; encoding: [A,0b1101AAAA]
----------------
It may be useful for the reader to add what this means: `.short 0xdfea ; rcall .-44`


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

https://reviews.llvm.org/D140815



More information about the llvm-commits mailing list