[NFC] Port all GVN tests to `-passes=` syntax
authorRoman Lebedev <lebedev.ri@gmail.com>
Wed, 7 Dec 2022 18:57:37 +0000 (21:57 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Wed, 7 Dec 2022 19:22:08 +0000 (22:22 +0300)
commit0aeedf581c88fe77cb34af14b80c1a8cae31c03c
tree727f2b1f7787d6f7c0be514e1c01bb3ab6183820
parent9dd9575c55c74810675d5de40f56b37dd38fe3c3
[NFC] Port all GVN tests to `-passes=` syntax
71 files changed:
llvm/test/Transforms/GVN/2008-02-13-NewPHI.ll
llvm/test/Transforms/GVN/2009-03-10-PREOnVoid.ll
llvm/test/Transforms/GVN/2010-05-08-OneBit.ll
llvm/test/Transforms/GVN/2011-04-27-phioperands.ll
llvm/test/Transforms/GVN/2012-05-22-PreCrash.ll
llvm/test/Transforms/GVN/PRE/2009-02-17-LoadPRECrash.ll
llvm/test/Transforms/GVN/PRE/2009-06-17-InvalidPRE.ll
llvm/test/Transforms/GVN/PRE/2017-06-28-pre-load-dbgloc.ll
llvm/test/Transforms/GVN/PRE/2017-10-16-LoadPRECrash.ll
llvm/test/Transforms/GVN/PRE/2018-06-08-pre-load-dbgloc-no-null-opt.ll
llvm/test/Transforms/GVN/PRE/load-metadata.ll
llvm/test/Transforms/GVN/PRE/load-pre-licm.ll
llvm/test/Transforms/GVN/PRE/load-pre-nonlocal.ll
llvm/test/Transforms/GVN/PRE/load-pre-split-backedge.ll
llvm/test/Transforms/GVN/PRE/local-pre.ll
llvm/test/Transforms/GVN/PRE/lpre-call-wrap-2.ll
llvm/test/Transforms/GVN/PRE/lpre-call-wrap.ll
llvm/test/Transforms/GVN/PRE/modified-status.ll
llvm/test/Transforms/GVN/PRE/phi-translate-add.ll
llvm/test/Transforms/GVN/PRE/pre-aliasning-path.ll
llvm/test/Transforms/GVN/PRE/pre-basic-add.ll
llvm/test/Transforms/GVN/PRE/pre-gep-load.ll
llvm/test/Transforms/GVN/PRE/pre-jt-add.ll
llvm/test/Transforms/GVN/PRE/pre-load-guards.ll
llvm/test/Transforms/GVN/PRE/pre-load-implicit-cf-updates.ll
llvm/test/Transforms/GVN/PRE/pre-load.ll
llvm/test/Transforms/GVN/PRE/pre-loop-load.ll
llvm/test/Transforms/GVN/PRE/pre-poison-add.ll
llvm/test/Transforms/GVN/PRE/pre-single-pred.ll
llvm/test/Transforms/GVN/PRE/rle-addrspace-cast.ll
llvm/test/Transforms/GVN/PRE/rle.ll
llvm/test/Transforms/GVN/PRE/volatile.ll
llvm/test/Transforms/GVN/br-identical.ll
llvm/test/Transforms/GVN/calloc-load-removal.ll
llvm/test/Transforms/GVN/constexpr-vector-constainsundef-crash-inseltpoison.ll
llvm/test/Transforms/GVN/constexpr-vector-constainsundef-crash.ll
llvm/test/Transforms/GVN/crash-no-aa.ll
llvm/test/Transforms/GVN/crash.ll
llvm/test/Transforms/GVN/critical-edge-split-failure.ll
llvm/test/Transforms/GVN/critical-edge-split-indbr-pred-in-loop.ll
llvm/test/Transforms/GVN/duplicate-phis.ll
llvm/test/Transforms/GVN/equality-assume.ll
llvm/test/Transforms/GVN/fence.ll
llvm/test/Transforms/GVN/load-constant-mem.ll
llvm/test/Transforms/GVN/load-dead-block.ll
llvm/test/Transforms/GVN/loadpre-missed-opportunity.ll
llvm/test/Transforms/GVN/malloc-load-removal.ll
llvm/test/Transforms/GVN/no-mem-dep-info.ll
llvm/test/Transforms/GVN/nonescaping-malloc.ll
llvm/test/Transforms/GVN/nonescaping.ll
llvm/test/Transforms/GVN/opaque-ptr.ll
llvm/test/Transforms/GVN/opt-remarks-multiple-users.ll
llvm/test/Transforms/GVN/opt-remarks-non-dominating.ll
llvm/test/Transforms/GVN/opt-remarks.ll
llvm/test/Transforms/GVN/phi-translation-to-wrong-context.ll
llvm/test/Transforms/GVN/phi.ll
llvm/test/Transforms/GVN/pr14166.ll
llvm/test/Transforms/GVN/pr17852.ll
llvm/test/Transforms/GVN/pr24397.ll
llvm/test/Transforms/GVN/pr24426.ll
llvm/test/Transforms/GVN/pr28562.ll
llvm/test/Transforms/GVN/pr28879.ll
llvm/test/Transforms/GVN/pr32314.ll
llvm/test/Transforms/GVN/pr36063.ll
llvm/test/Transforms/GVN/pr42605.ll
llvm/test/Transforms/GVN/pr46054-md-nonlocaldefcache-cleanup.ll
llvm/test/Transforms/GVN/pre-new-inst.ll
llvm/test/Transforms/GVN/pre-skip-convergent.ll
llvm/test/Transforms/GVN/remarks-selfdomination.ll
llvm/test/Transforms/GVN/unreachable_block_infinite_loop.ll
llvm/test/Transforms/GVN/vscale.ll