[PATCH] D101819: [M68k][GloballSel] Adding initial GlobalISel infrastructure

Sushma Unnibhavi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 14 19:00:41 PDT 2021


sushmaunnibhavi marked an inline comment as not done.
sushmaunnibhavi added inline comments.


================
Comment at: llvm/lib/Target/M68k/M68kSubtarget.cpp:64
+  InstSelector.reset(createM68kInstructionSelector(
+      *static_cast<const M68kTargetMachine *>(&TM), *this, *RBI));
+}
----------------
myhsu wrote:
> this casting seems to be redundant
But when I remove that cast it causes build errors when I build M68k


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

https://reviews.llvm.org/D101819



More information about the llvm-commits mailing list