commit | ceda68fe2430e0e3c8bec5487d66881f34b275ed | [log] [tgz] |
---|---|---|
author | Arnold Schwaighofer <aschwaighofer@apple.com> | Tue Aug 13 16:12:04 2013 +0000 |
committer | Arnold Schwaighofer <aschwaighofer@apple.com> | Tue Aug 13 16:12:04 2013 +0000 |
tree | c675100c81a45ad1a8fcea0e440d17064f8cc6bb | |
parent | b6171c529670e5c240aaf9c08f5f1b6dba9d16fc [diff] |
Also remove logic in LateVectorize git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188285 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/IPO/PassManagerBuilder.cpp b/lib/Transforms/IPO/PassManagerBuilder.cpp index 3883ea2..743dc42 100644 --- a/lib/Transforms/IPO/PassManagerBuilder.cpp +++ b/lib/Transforms/IPO/PassManagerBuilder.cpp
@@ -249,7 +249,7 @@ // Add the various vectorization passes and relevant cleanup passes for // them since we are no longer in the middle of the main scalar pipeline. - if (LoopVectorize && OptLevel > 1 && SizeLevel < 2) { + if (LoopVectorize) { MPM.add(createLoopVectorizePass()); if (!DisableUnrollLoops)