mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-16 02:09:14 +00:00
Also remove logic in LateVectorize
llvm-svn: 188285
This commit is contained in:
parent
406976609b
commit
dfaac373ee
@ -249,7 +249,7 @@ void PassManagerBuilder::populateModulePassManager(PassManagerBase &MPM) {
|
||||
|
||||
// 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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user