Turn the new SROA pass back on. Let's see if it sticks this time. =]
authorChandler Carruth <chandlerc@gmail.com>
Tue, 2 Oct 2012 04:24:01 +0000 (04:24 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 2 Oct 2012 04:24:01 +0000 (04:24 +0000)
Again, let me know if anything breaks due to this!

llvm-svn: 164986

llvm/lib/Transforms/IPO/PassManagerBuilder.cpp

index 9e328b9..a286202 100644 (file)
@@ -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(false), cl::Hidden,
+  cl::init(true), cl::Hidden,
   cl::desc("Enable the new, experimental SROA pass"));
 
 PassManagerBuilder::PassManagerBuilder() {