[PATCH] D115234: [M68k] Adopt the new VarLenCodeEmitterGen for arithmetic instructions

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 14 04:48:05 PST 2021


RKSimon 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,
----------------
It seems a shame to lose descriptions on the encoding like the above.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115234/new/

https://reviews.llvm.org/D115234



More information about the llvm-commits mailing list