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

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 23:35:39 PST 2023


benshi001 added inline comments.


================
Comment at: llvm/test/MC/AVR/inst-rjmp.s:49
 ; INST: rjmp	.+0
+; INST: rjmp	.+30
----------------
The positive offset is tested here and the negative offset is tested in `inst-rcall.s`.


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

https://reviews.llvm.org/D140815



More information about the llvm-commits mailing list