summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2017-07-01 03:24:07 +0000
committerTeresa Johnson <tejohnson@google.com>2017-07-01 03:24:07 +0000
commitde56903bde27fc257e66bdd525572b6c76dcb6f3 (patch)
treedd938717de63491071ec96d3c0d35bdafc63fbb4 /llvm/lib/Transforms
parent1fbaffeba1409fa7b9c90045754f053f898f614b (diff)
downloadbcm5719-llvm-de56903bde27fc257e66bdd525572b6c76dcb6f3.tar.gz
bcm5719-llvm-de56903bde27fc257e66bdd525572b6c76dcb6f3.zip
revert r306336 for breaking ppc test.
llvm-svn: 306934
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Vectorize/LoopVectorize.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
index 11484e8d96b..193cc4d1378 100644
--- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+++ b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -123,7 +123,7 @@ static cl::opt<unsigned> TinyTripCountVectorThreshold(
"are incurred."));
static cl::opt<bool> MaximizeBandwidth(
- "vectorizer-maximize-bandwidth", cl::init(true), cl::Hidden,
+ "vectorizer-maximize-bandwidth", cl::init(false), cl::Hidden,
cl::desc("Maximize bandwidth when selecting vectorization factor which "
"will be determined by the smallest type in loop."));
OpenPOWER on IntegriCloud