[PATCH] D115234: [M68k] Adopt the new VarLenCodeEmitterGen for arithmetic instructions
Min-Yih Hsu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 14 05:49:27 PST 2021
myhsu added inline comments.
================
Comment at: llvm/lib/Target/M68k/M68kInstrArithmetic.td:71
-/// NOTE It is used to store an immediate to memory, imm-to-reg are handled with
-/// normal version
-class MxArithImmEncoding<MxBead4Bits CMD, MxEncSize SIZE,
----------------
RKSimon wrote:
> It seems a shame to lose descriptions on the encoding like the above.
right, I shouldn't remove them.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115234/new/
https://reviews.llvm.org/D115234
More information about the llvm-commits
mailing list