mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Disable LICM speculation in high register pressure situation again now that Devang has fixed other issues.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143003 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f31151f34e
commit
73b5bb3865
@ -45,7 +45,7 @@ using namespace llvm;
|
||||
static cl::opt<bool>
|
||||
AvoidSpeculation("avoid-speculation",
|
||||
cl::desc("MachineLICM should avoid speculation"),
|
||||
cl::init(false), cl::Hidden);
|
||||
cl::init(true), cl::Hidden);
|
||||
|
||||
STATISTIC(NumHoisted,
|
||||
"Number of machine instructions hoisted out of loops");
|
||||
|
Loading…
Reference in New Issue
Block a user