forked from OSchip/llvm-project
Revert "Turn LoopLoadElimination on again"
This reverts commit r263472. There is an LNT failure on clang-ppc64be-linux-lnt. Turn this off, while I am investigating. llvm-svn: 263485
This commit is contained in:
parent
cc2aded1ff
commit
bb45810e4f
|
@ -105,8 +105,8 @@ static cl::opt<bool> EnableNonLTOGlobalsModRef(
|
|||
"Enable the GlobalsModRef AliasAnalysis outside of the LTO pipeline."));
|
||||
|
||||
static cl::opt<bool> EnableLoopLoadElim(
|
||||
"enable-loop-load-elim", cl::init(true), cl::Hidden,
|
||||
cl::desc("Enable the LoopLoadElimination Pass"));
|
||||
"enable-loop-load-elim", cl::init(false), cl::Hidden,
|
||||
cl::desc("Enable the new, experimental LoopLoadElimination Pass"));
|
||||
|
||||
static cl::opt<std::string> RunPGOInstrGen(
|
||||
"profile-generate", cl::init(""), cl::Hidden,
|
||||
|
|
Loading…
Reference in New Issue