[all-commits] [llvm/llvm-project] dc93a8: [test] Fix Transforms/LoopVectorize under NPM
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Dec 7 21:55:21 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dc93a8d1e21bc492985c5f65822e1d2b53ecb23c
https://github.com/llvm/llvm-project/commit/dc93a8d1e21bc492985c5f65822e1d2b53ecb23c
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-12-07 (Mon, 07 Dec 2020)
Changed paths:
M llvm/test/Transforms/LoopVectorize/X86/consecutive-ptr-uniforms.ll
M llvm/test/Transforms/LoopVectorize/consecutive-ptr-uniforms.ll
M llvm/test/Transforms/LoopVectorize/icmp-uniforms.ll
M llvm/test/Transforms/LoopVectorize/loop-scalars.ll
M llvm/test/Transforms/LoopVectorize/phi-cost.ll
Log Message:
-----------
[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.
More information about the All-commits
mailing list