[all-commits] [llvm/llvm-project] 416764: GlobalISel: Move Localizer::shouldLocalize(..) to ...
Volkan Keles via All-commits
all-commits at lists.llvm.org
Mon Mar 2 09:16:48 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4167645d1e6a5ecc8790f0aba450799c4441882d
https://github.com/llvm/llvm-project/commit/4167645d1e6a5ecc8790f0aba450799c4441882d
Author: Volkan Keles <vkeles at apple.com>
Date: 2020-03-02 (Mon, 02 Mar 2020)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/GlobalISel/Localizer.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
Log Message:
-----------
GlobalISel: Move Localizer::shouldLocalize(..) to TargetLowering
Add a new target hook for shouldLocalize so that
targets can customize the logic.
https://reviews.llvm.org/D75207
More information about the All-commits
mailing list