mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 03:32:10 +00:00
Revert r136528 "Enable compact region splitting by default."
While this generally helped x86-64, there was some large regressions for i386. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136571 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
61377a1f3c
commit
21384c4ea8
@ -52,7 +52,7 @@ STATISTIC(NumGlobalSplits, "Number of split global live ranges");
|
||||
STATISTIC(NumLocalSplits, "Number of split local live ranges");
|
||||
STATISTIC(NumEvicted, "Number of interferences evicted");
|
||||
|
||||
cl::opt<bool> CompactRegions("compact-regions", cl::init(true));
|
||||
cl::opt<bool> CompactRegions("compact-regions");
|
||||
|
||||
static RegisterRegAlloc greedyRegAlloc("greedy", "greedy register allocator",
|
||||
createGreedyRegisterAllocator);
|
||||
|
Loading…
x
Reference in New Issue
Block a user