mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 18:31:23 +00:00
Fix tabs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205648 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7330dcb873
commit
912154008a
@ -109,11 +109,11 @@ void AMDGPUTTI::getUnrollingPreferences(Loop *L,
|
||||
// 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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user