[NFC] Port all (but one) LICM tests to `-passes=` syntax
authorRoman Lebedev <lebedev.ri@gmail.com>
Wed, 7 Dec 2022 17:42:33 +0000 (20:42 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Wed, 7 Dec 2022 17:53:15 +0000 (20:53 +0300)
commit80e8f2beeb954f8c241897099bb01b24da400e8a
tree8b8481b20821e8ec81115bf83e1079dc3ca951e5
parent181cce6b696e032735fb3e3d23b1db1fb9fca5cb
[NFC] Port all (but one) LICM tests to `-passes=` syntax
101 files changed:
llvm/test/Transforms/LICM/2003-02-26-LoopExitNotDominated.ll
llvm/test/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll
llvm/test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll
llvm/test/Transforms/LICM/2003-02-27-PreheaderProblem.ll
llvm/test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll
llvm/test/Transforms/LICM/2003-02-28-PromoteDifferentType.ll
llvm/test/Transforms/LICM/2003-05-02-LoadHoist.ll
llvm/test/Transforms/LICM/2003-12-11-SinkingToPHI.ll
llvm/test/Transforms/LICM/2004-11-17-UndefIndexCrash.ll
llvm/test/Transforms/LICM/2006-09-12-DeadUserOfSunkInstr.ll
llvm/test/Transforms/LICM/2007-05-22-VolatileSink.ll
llvm/test/Transforms/LICM/2007-07-30-AliasSet.ll
llvm/test/Transforms/LICM/2007-09-17-PromoteValue.ll
llvm/test/Transforms/LICM/2007-09-24-PromoteNullValue.ll
llvm/test/Transforms/LICM/2007-10-01-PromoteSafeValue.ll
llvm/test/Transforms/LICM/2008-05-20-AliasSetVAArg.ll
llvm/test/Transforms/LICM/2008-07-22-LoadGlobalConstant.ll
llvm/test/Transforms/LICM/2009-12-10-LICM-Indbr-Crash.ll
llvm/test/Transforms/LICM/2011-04-06-HoistMissedASTUpdate.ll
llvm/test/Transforms/LICM/2011-04-06-PromoteResultOfPromotion.ll
llvm/test/Transforms/LICM/2011-04-09-RAUW-AST.ll
llvm/test/Transforms/LICM/2011-07-06-Alignment.ll
llvm/test/Transforms/LICM/2014-09-10-doFinalizationAssert.ll
llvm/test/Transforms/LICM/AArch64/extract-element.ll
llvm/test/Transforms/LICM/AArch64/sve-load-hoist.ll
llvm/test/Transforms/LICM/AMDGPU/bitcast.ll
llvm/test/Transforms/LICM/AliasSetMemSet.ll
llvm/test/Transforms/LICM/PR19798.ll
llvm/test/Transforms/LICM/PR21582.ll
llvm/test/Transforms/LICM/PR24013.ll
llvm/test/Transforms/LICM/Preserve-LCSSA.ll
llvm/test/Transforms/LICM/alias-set-tracker-loss.ll
llvm/test/Transforms/LICM/assume.ll
llvm/test/Transforms/LICM/basictest.ll
llvm/test/Transforms/LICM/bisect-state.ll
llvm/test/Transforms/LICM/call-hoisting.ll
llvm/test/Transforms/LICM/callbr-crash.ll
llvm/test/Transforms/LICM/constexpr.ll
llvm/test/Transforms/LICM/convergent.ll
llvm/test/Transforms/LICM/crash.ll
llvm/test/Transforms/LICM/debug-value.ll
llvm/test/Transforms/LICM/dropped-tbaa.ll
llvm/test/Transforms/LICM/explicit_guards.ll
llvm/test/Transforms/LICM/extra-copies.ll
llvm/test/Transforms/LICM/fence.ll
llvm/test/Transforms/LICM/freeze.ll
llvm/test/Transforms/LICM/funclet.ll
llvm/test/Transforms/LICM/gc-relocate.ll
llvm/test/Transforms/LICM/guards.ll
llvm/test/Transforms/LICM/hoist-alloc.ll
llvm/test/Transforms/LICM/hoist-bitcast-load.ll
llvm/test/Transforms/LICM/hoist-debuginvariant.ll
llvm/test/Transforms/LICM/hoist-deref-load.ll
llvm/test/Transforms/LICM/hoist-fast-fdiv.ll
llvm/test/Transforms/LICM/hoist-invariant-load.ll
llvm/test/Transforms/LICM/hoist-load-without-store.ll
llvm/test/Transforms/LICM/hoist-mustexec.ll
llvm/test/Transforms/LICM/hoist-nounwind.ll
llvm/test/Transforms/LICM/hoist-phi.ll
llvm/test/Transforms/LICM/hoist-round.ll
llvm/test/Transforms/LICM/infinite_loops.ll
llvm/test/Transforms/LICM/int_sideeffect.ll
llvm/test/Transforms/LICM/invariant.start.ll
llvm/test/Transforms/LICM/lcssa-ssa-promoter.ll
llvm/test/Transforms/LICM/loopsink-pr38462.ll
llvm/test/Transforms/LICM/loopsink-pr39570.ll
llvm/test/Transforms/LICM/loopsink-pr39695.ll
llvm/test/Transforms/LICM/loopsink.ll
llvm/test/Transforms/LICM/no-preheader-test.ll
llvm/test/Transforms/LICM/opt-remarks-conditional-load.ll
llvm/test/Transforms/LICM/opt-remarks-intervening-store.ll
llvm/test/Transforms/LICM/opt-remarks.ll
llvm/test/Transforms/LICM/outer-loop-deleted-before-licm.ll
llvm/test/Transforms/LICM/pr23608.ll
llvm/test/Transforms/LICM/pr26843.ll
llvm/test/Transforms/LICM/pr27262.ll
llvm/test/Transforms/LICM/pr32129.ll
llvm/test/Transforms/LICM/pr35342.ll
llvm/test/Transforms/LICM/pr36228.ll
llvm/test/Transforms/LICM/pr40317.ll
llvm/test/Transforms/LICM/pr42969.ll
llvm/test/Transforms/LICM/pr54495.ll
llvm/test/Transforms/LICM/pr57780.ll
llvm/test/Transforms/LICM/pragma-licm-disable.ll
llvm/test/Transforms/LICM/preheader-safe.ll
llvm/test/Transforms/LICM/promote-atomic.ll
llvm/test/Transforms/LICM/promote-single-thread.ll
llvm/test/Transforms/LICM/promote-tls.ll
llvm/test/Transforms/LICM/promote-unknown-load.ll
llvm/test/Transforms/LICM/read-volatile-register.ll
llvm/test/Transforms/LICM/scalar-promote-memmodel.ll
llvm/test/Transforms/LICM/scalar-promote-unwind.ll
llvm/test/Transforms/LICM/scalar-promote.ll
llvm/test/Transforms/LICM/sink-debuginfo-preserve.ll
llvm/test/Transforms/LICM/sink-foldable.ll
llvm/test/Transforms/LICM/sink-promote.ll
llvm/test/Transforms/LICM/sinking-debugify.ll
llvm/test/Transforms/LICM/sinking.ll
llvm/test/Transforms/LICM/speculate.ll
llvm/test/Transforms/LICM/strlen.ll
llvm/test/Transforms/LICM/unrolled-deeply-nested.ll