[PATCH] D29214: [AMDGPU] Internalize non-kernel symbols
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 27 09:55:49 PST 2017
rampitec marked 2 inline comments as done.
rampitec added inline comments.
================
Comment at: lib/Target/AMDGPU/AMDGPUTargetMachine.cpp:88-90
+static cl::opt<bool> WholeProgram(
+ "amdgpu-whole-program",
+ cl::desc("Enable whole program mode"),
----------------
rampitec wrote:
> arsenm wrote:
> > This isn't a good name (and shouldn't it default to true?). How about amdgpu-internalize-functions/
> It also internalizes global variables, so "functions" here are misleading.
> That shall not be on by default. For instance this is not suitable to build library. Instead I will submit a patch to add the option from the OpenCL itself (same applies to HCC).
Do you feel -amdgpu-internalize-symbols is better?
Repository:
rL LLVM
https://reviews.llvm.org/D29214
More information about the llvm-commits
mailing list