[llvm] [AVR] Add AVR MOVW/ADIW/SUBIW disassembly (PR #146360)

Ben Shi via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 30 18:59:41 PDT 2025


benshi001 wrote:

> @benshi001 Hi, can you please have a look? With this and the other PRs `llvm-objdump -d` should disassemble any AVR output without issues. If I have missed an instruction, please let me know.

Thanks for your patch. But I really appreciate your investigation into this issue. But I do not think this is a good solution. Since llvm can disassemble ADIW/SBIW correctly with `--mcpu=avr2` specified to `llvm-objdump`.

However there is still an underlying issue, which I have recorded as https://github.com/llvm/llvm-project/issues/146451 .



https://github.com/llvm/llvm-project/pull/146360


More information about the llvm-commits mailing list