mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-23 19:17:17 +00:00
Actually keep the flag default-off for now. =/ That's what I get for
being busy testing this... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163890 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1c2fe28109
commit
63db8bebe6
@ -41,7 +41,7 @@ UseGVNAfterVectorization("use-gvn-after-vectorization",
|
||||
cl::desc("Run GVN instead of Early CSE after vectorization passes"));
|
||||
|
||||
static cl::opt<bool> UseNewSROA("use-new-sroa",
|
||||
cl::init(true), cl::Hidden,
|
||||
cl::init(false), cl::Hidden,
|
||||
cl::desc("Enable the new, experimental SROA pass"));
|
||||
|
||||
PassManagerBuilder::PassManagerBuilder() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user