[PATCH] D115234: [M68k] Adopt the new VarLenCodeEmitterGen for arithmetic instructions
Min-Yih Hsu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 24 19:39:05 PST 2022
myhsu marked an inline comment as done.
myhsu added inline comments.
================
Comment at: llvm/test/MC/Disassembler/M68k/instructions.txt:4
+# is finished.
+# XFAIL: *
----------------
RKSimon wrote:
> it seems a bad move to lose test coverage during transition - could we at least split the test file so only the arithmetic instructions are affected?
Indeed, let me separate this file by instruction categories, then rebase this patch on top of it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115234/new/
https://reviews.llvm.org/D115234
More information about the llvm-commits
mailing list