[test] Fix Transforms/LoopVectorize under NPM
authorArthur Eubanks <aeubanks@google.com>
Tue, 8 Dec 2020 05:48:21 +0000 (21:48 -0800)
committerArthur Eubanks <aeubanks@google.com>
Tue, 8 Dec 2020 05:48:21 +0000 (21:48 -0800)
commitdc93a8d1e21bc492985c5f65822e1d2b53ecb23c
tree31cdb0a83bc1db5471d45fce72e67230badf87ed
parenta820261bf31dfd87406138c38da6499cf0964ba4
[test] Fix Transforms/LoopVectorize under NPM

The -enable-new-pm=1 translation caused loop-vectorize to run on all
functions, then instcombine, rather than all passes on one function then
the next. This caused the output of -debug-only and -print-after to be
interleaved in an unexpected way.
llvm/test/Transforms/LoopVectorize/X86/consecutive-ptr-uniforms.ll
llvm/test/Transforms/LoopVectorize/consecutive-ptr-uniforms.ll
llvm/test/Transforms/LoopVectorize/icmp-uniforms.ll
llvm/test/Transforms/LoopVectorize/loop-scalars.ll
llvm/test/Transforms/LoopVectorize/phi-cost.ll