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

Sushma Unnibhavi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 15 10:38:12 PDT 2021


sushmaunnibhavi updated this revision to Diff 352179.
sushmaunnibhavi added a comment.

Changed

  InstSelector.reset(createM68kInstructionSelector(
        *static_cast<const M68kTargetMachine *>(&TM), *this, *RBI));

to

  InstSelector.reset(createM68kInstructionSelector(TM, *this, *RBI))


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

https://reviews.llvm.org/D101819

Files:
  llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
  llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/lib/Target/M68k/CMakeLists.txt
  llvm/lib/Target/M68k/GlSel/M68kCallLowering.cpp
  llvm/lib/Target/M68k/GlSel/M68kCallLowering.h
  llvm/lib/Target/M68k/GlSel/M68kInstructionSelector.cpp
  llvm/lib/Target/M68k/GlSel/M68kLegalizerInfo.cpp
  llvm/lib/Target/M68k/GlSel/M68kLegalizerInfo.h
  llvm/lib/Target/M68k/GlSel/M68kRegisterBankInfo.cpp
  llvm/lib/Target/M68k/GlSel/M68kRegisterBankInfo.h
  llvm/lib/Target/M68k/GlSel/M68kRegisterBanks.td
  llvm/lib/Target/M68k/M68k.h
  llvm/lib/Target/M68k/M68k.td
  llvm/lib/Target/M68k/M68kSubtarget.cpp
  llvm/lib/Target/M68k/M68kSubtarget.h
  llvm/lib/Target/M68k/M68kTargetMachine.cpp
  llvm/test/CodeGen/M68k/GlobalISel/irtranslator-ret.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101819.352179.patch
Type: text/x-patch
Size: 22194 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210615/96029f4a/attachment.bin>


More information about the llvm-commits mailing list