[PATCH] D75207: GlobalISel: Move Localizer::shouldLocalize(..) to TargetLowering

Volkan Keles via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 12:17:59 PST 2020


volkan created this revision.
volkan added reviewers: qcolombet, aemerson, arsenm, aditya_nandakumar.
Herald added subscribers: hiraditya, rovka, wdng.
Herald added a project: LLVM.

Add a new target hook for shouldLocalize so that
targets can customize the logic.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75207

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/GlobalISel/Localizer.cpp
  llvm/lib/CodeGen/TargetLoweringBase.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75207.246811.patch
Type: text/x-patch
Size: 7075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200226/b2f583f2/attachment-0001.bin>


More information about the llvm-commits mailing list