Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by default."

This still breaks PPC tests we have. I'll forward reproduction
instructions to dehao.

llvm-svn: 306792
This commit is contained in:
Daniel Jasper
2017-06-30 06:32:21 +00:00
parent 37c8ee7611
commit 5ce1ce742e
12 changed files with 68 additions and 77 deletions

View File

@@ -122,7 +122,7 @@ static cl::opt<unsigned> TinyTripCountVectorThreshold(
"value."));
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."));