Remove the use of LPPassManager. We can remove LPM because we dont need to run any...
authorNadav Rotem <nrotem@apple.com>
Fri, 30 Nov 2012 17:27:53 +0000 (17:27 +0000)
committerNadav Rotem <nrotem@apple.com>
Fri, 30 Nov 2012 17:27:53 +0000 (17:27 +0000)
commitf735a7f88dcb87cca4622ce45effa8134759b7d8
tree65befd1a7f2778f7fbf22c240417c72bd3286a8f
parent1e5cbcb10adaca5c80121293b6c414d9285ebcee
Remove the use of LPPassManager. We can remove LPM because we dont need to run any additional loop passes on the new vector loop.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169016 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp