[llvm] r205648 - Fix tabs
Matt Arsenault
Matthew.Arsenault at amd.com
Fri Apr 4 13:13:08 PDT 2014
Author: arsenm
Date: Fri Apr 4 15:13:08 2014
New Revision: 205648
URL: http://llvm.org/viewvc/llvm-project?rev=205648&view=rev
Log:
Fix tabs
Modified:
llvm/trunk/lib/Target/R600/AMDGPUTargetTransformInfo.cpp
Modified: llvm/trunk/lib/Target/R600/AMDGPUTargetTransformInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/AMDGPUTargetTransformInfo.cpp?rev=205648&r1=205647&r2=205648&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/AMDGPUTargetTransformInfo.cpp (original)
+++ llvm/trunk/lib/Target/R600/AMDGPUTargetTransformInfo.cpp Fri Apr 4 15:13:08 2014
@@ -109,11 +109,11 @@ void AMDGPUTTI::getUnrollingPreferences(
// require us to use indirect addressing, which is slow and prone to
// compiler bugs. If this loop does an address calculation on an
// alloca ptr, then we want to use a higher than normal loop unroll
- // threshold. This will give SROA a better chance to eliminate these
- // allocas.
- //
- // Don't use the maximum allowed value here as it will make some
- // programs way too big.
+ // threshold. This will give SROA a better chance to eliminate these
+ // allocas.
+ //
+ // Don't use the maximum allowed value here as it will make some
+ // programs way too big.
UP.Threshold = 500;
}
}
More information about the llvm-commits
mailing list