From be3e01e61f41617bca39871d4425437fbd5bde6c Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Wed, 18 Sep 2013 04:10:17 +0000 Subject: [PATCH] Revert accidental commit I had to make to get the test case in PR17268 to still work correctly. llvm-svn: 190917 --- llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp index c2427e72d847..b287ca7c8d54 100644 --- a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp +++ b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp @@ -51,7 +51,7 @@ static cl::opt "number ")); namespace { -static const unsigned MinVecRegSize = 256; +static const unsigned MinVecRegSize = 128; static const unsigned RecursionMaxDepth = 12;