[PATCH] D115874: [M68k][GlobalISel] Add basic function call and instruction selection support

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 19 19:22:04 PST 2021


myhsu added inline comments.


================
Comment at: llvm/lib/Target/M68k/M68kInstrData.td:71
     : MxMove<REG.Prefix, (outs), (ins MEMOpd:$dst, REG.ROp:$src),
-             [(store REG.VT:$src, MEMPat:$dst)], ENC>;
+             [(store REG.VT:$src, (MEMPat MEMOpd:$dst))], ENC>;
 
----------------
is there any particular reason you made this change? Like, some restrictions imposed by GISel?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115874



More information about the llvm-commits mailing list