[PATCH] D140816: [AVR] Fix incorrect decoding of conditional branch instructions
Ben Shi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 6 23:33:19 PST 2023
benshi001 added inline comments.
================
Comment at: llvm/test/MC/AVR/inst-brbc.s:19
+
+; INST: brvc .+0
+; INST: brsh .+0
----------------
The llvm-objdump's option `--no-aliases` has not been implemented on AVR. So we can not decoded to their original forms.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140816/new/
https://reviews.llvm.org/D140816
More information about the llvm-commits
mailing list