[PATCH] D125861: [M68k][Disassembler] Fix decoding conflict
Ricky Taylor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 18 02:46:46 PDT 2022
ricky26 added inline comments.
================
Comment at: llvm/lib/Target/M68k/M68kInstrArithmetic.td:79
+ !eq(SRC_TYPE.RLet, "d") : (descend 0b000, (operand "$opd", 3))
+ )
);
----------------
How does this avoid the conflict? Presumably the 'r' version could still specify a data register and it would have the same encoding? 🤔
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125861/new/
https://reviews.llvm.org/D125861
More information about the llvm-commits
mailing list