forked from OSchip/llvm-project
parent
4a87683a41
commit
086ea5c1f5
|
@ -185,7 +185,7 @@ void PassManagerBuilder::populateModulePassManager(PassManagerBase &MPM) {
|
|||
MPM.add(createLoopIdiomPass()); // Recognize idioms like memset.
|
||||
MPM.add(createLoopDeletionPass()); // Delete dead loops
|
||||
|
||||
if (Vectorize || true) {
|
||||
if (Vectorize) {
|
||||
MPM.add(createLoopVectorizePass());
|
||||
MPM.add(createLICMPass());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue