[PATCH] D140816: [AVR] Fix incorrect decoding of conditional branch instructions

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 1 17:19:57 PST 2023


benshi001 added a comment.

We can not test this in `llvm/test/MC/AVR/`, since the llvm-objdump decodes all addresses/offsets (before linking) to zeros. We have to test them in `lld/test/ELF/`.


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

https://reviews.llvm.org/D140816



More information about the llvm-commits mailing list