mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
Reduce the unrolling limit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13040 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cc43909bb6
commit
e3a55865bb
@ -35,7 +35,7 @@ namespace {
|
||||
Statistic<> NumUnrolled("loop-unroll", "Number of loops completely unrolled");
|
||||
|
||||
cl::opt<unsigned>
|
||||
UnrollThreshold("unroll-threshold", cl::init(250), cl::Hidden,
|
||||
UnrollThreshold("unroll-threshold", cl::init(100), cl::Hidden,
|
||||
cl::desc("The cut-off point for loop unrolling"));
|
||||
|
||||
class LoopUnroll : public FunctionPass {
|
||||
|
Loading…
x
Reference in New Issue
Block a user