forked from OSchip/llvm-project
Turn on the vzeroupper pass by default.
I'll remove/rename the option in a few days. llvm-svn: 142439
This commit is contained in:
parent
2797d6e660
commit
9bede2dd92
|
@ -102,7 +102,7 @@ X86TargetMachine::X86TargetMachine(const Target &T, StringRef TT,
|
|||
static cl::opt<bool>
|
||||
UseVZeroUpper("x86-use-vzeroupper",
|
||||
cl::desc("Minimize AVX to SSE transition penalty"),
|
||||
cl::init(false));
|
||||
cl::init(true));
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Pass Pipeline Configuration
|
||||
|
|
Loading…
Reference in New Issue