[PATCH] D29505: [AMDGPU] Bump -amdgpu-unroll-threshold-private to 2000
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 3 12:19:51 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL294032: [AMDGPU] Bump -amdgpu-unroll-threshold-private to 2000 (authored by rampitec).
Changed prior to commit:
https://reviews.llvm.org/D29505?vs=86998&id=87001#toc
Repository:
rL LLVM
https://reviews.llvm.org/D29505
Files:
llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
Index: llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
===================================================================
--- llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
+++ llvm/trunk/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
@@ -32,7 +32,7 @@
static cl::opt<unsigned> UnrollThresholdPrivate(
"amdgpu-unroll-threshold-private",
cl::desc("Unroll threshold for AMDGPU if private memory used in a loop"),
- cl::init(800), cl::Hidden);
+ cl::init(2000), cl::Hidden);
void AMDGPUTTIImpl::getUnrollingPreferences(Loop *L,
TTI::UnrollingPreferences &UP) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29505.87001.patch
Type: text/x-patch
Size: 640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170203/4fe92d36/attachment.bin>
More information about the llvm-commits
mailing list