[llvm] r190917 - Revert accidental commit I had to make to get the test case in PR17268 to still work correctly.
Craig Topper
craig.topper at gmail.com
Tue Sep 17 21:10:17 PDT 2013
Author: ctopper
Date: Tue Sep 17 23:10:17 2013
New Revision: 190917
URL: http://llvm.org/viewvc/llvm-project?rev=190917&view=rev
Log:
Revert accidental commit I had to make to get the test case in PR17268 to still work correctly.
Modified:
llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp
Modified: llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp?rev=190917&r1=190916&r2=190917&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp (original)
+++ llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp Tue Sep 17 23:10:17 2013
@@ -51,7 +51,7 @@ static cl::opt<int>
"number "));
namespace {
-static const unsigned MinVecRegSize = 256;
+static const unsigned MinVecRegSize = 128;
static const unsigned RecursionMaxDepth = 12;
More information about the llvm-commits
mailing list