mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Turn on vzeroupper insertion on call boundaries for AVX; it works as far as I know, and I'd like to see wider testing.
llvm-svn: 144867
This commit is contained in:
parent
4affd889a2
commit
1b0e97d7ab
@ -105,7 +105,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
Block a user