[PATCH] D98534: [M68k] Introduce DReg bead

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 17 14:18:57 PDT 2021


myhsu added inline comments.


================
Comment at: llvm/lib/Target/M68k/M68kInstrArithmetic.td:548
 
+// This is needed as division only takes a 16-bit immediate.
+def as_i16imm : SDNodeXForm<imm, [{
----------------
Can you move this and related changes to a separate patch? This seems irrelevant to the topic


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98534



More information about the llvm-commits mailing list