[PATCH] D98535: [M68k] Add more specific operand classes

Ricky Taylor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 12 13:22:08 PST 2021


ricky26 added inline comments.


================
Comment at: llvm/lib/Target/M68k/M68kInstrInfo.td:340
 
+def MxImm : MxOpClass<"MxImm">;
+
----------------
RKSimon wrote:
> Is this used anywhere?
Ah, this is a victim of how I re-split my changes. In one of the later patches it is used as `MxOp`'s default operand class. I'll just switch that around so that change comes in with this patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98535



More information about the llvm-commits mailing list