[test] Fix LoopFusion tests under NewPM
authorArthur Eubanks <aeubanks@google.com>
Tue, 8 Dec 2020 01:36:18 +0000 (17:36 -0800)
committerArthur Eubanks <aeubanks@google.com>
Tue, 8 Dec 2020 01:37:42 +0000 (17:37 -0800)
commit689b8e91f256b62519042c9a118d4b0ec1553b18
tree05383be0b1d7f22193a1c033d5b6a79c3879b913
parentd49f6491b6d1439b5a65ff6e965b65a66d943b63
[test] Fix LoopFusion tests under NewPM

The legacy pass depended on -loop-simplify running. The NPM does not
allow for a non-analysis pass to depend on another non-analysis pass.
llvm/test/Transforms/LoopFusion/cannot_fuse.ll
llvm/test/Transforms/LoopFusion/simple.ll