projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d88bc2a
)
Revert "Turn on the vzeroupper pass by default."
author
Eric Christopher
<echristo@apple.com>
Tue, 18 Oct 2011 23:10:11 +0000
(23:10 +0000)
committer
Eric Christopher
<echristo@apple.com>
Tue, 18 Oct 2011 23:10:11 +0000
(23:10 +0000)
This reverts commit
494f7ac3e8d2ab3d94e52317abf9c42a949fe1f3
.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142455
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86TargetMachine.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86TargetMachine.cpp
b/lib/Target/X86/X86TargetMachine.cpp
index 1978c01aba2af8ecdcca33c2a154d76300d7be73..15c6c4e7a7d212833a59b6eda52c53fea2e340f5 100644
(file)
--- a/
lib/Target/X86/X86TargetMachine.cpp
+++ b/
lib/Target/X86/X86TargetMachine.cpp
@@
-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(
tru
e));
+ cl::init(
fals
e));
//===----------------------------------------------------------------------===//
// Pass Pipeline Configuration