[all-commits] [llvm/llvm-project] 80e8f2: [NFC] Port all (but one) LICM tests to `-passes=` ...

Roman Lebedev via All-commits all-commits at lists.llvm.org
Wed Dec 7 09:53:44 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 80e8f2beeb954f8c241897099bb01b24da400e8a
      https://github.com/llvm/llvm-project/commit/80e8f2beeb954f8c241897099bb01b24da400e8a
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2022-12-07 (Wed, 07 Dec 2022)

  Changed paths:
    M llvm/test/Transforms/LICM/2003-02-26-LoopExitNotDominated.ll
    M llvm/test/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll
    M llvm/test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll
    M llvm/test/Transforms/LICM/2003-02-27-PreheaderProblem.ll
    M llvm/test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll
    M llvm/test/Transforms/LICM/2003-02-28-PromoteDifferentType.ll
    M llvm/test/Transforms/LICM/2003-05-02-LoadHoist.ll
    M llvm/test/Transforms/LICM/2003-12-11-SinkingToPHI.ll
    M llvm/test/Transforms/LICM/2004-11-17-UndefIndexCrash.ll
    M llvm/test/Transforms/LICM/2006-09-12-DeadUserOfSunkInstr.ll
    M llvm/test/Transforms/LICM/2007-05-22-VolatileSink.ll
    M llvm/test/Transforms/LICM/2007-07-30-AliasSet.ll
    M llvm/test/Transforms/LICM/2007-09-17-PromoteValue.ll
    M llvm/test/Transforms/LICM/2007-09-24-PromoteNullValue.ll
    M llvm/test/Transforms/LICM/2007-10-01-PromoteSafeValue.ll
    M llvm/test/Transforms/LICM/2008-05-20-AliasSetVAArg.ll
    M llvm/test/Transforms/LICM/2008-07-22-LoadGlobalConstant.ll
    M llvm/test/Transforms/LICM/2009-12-10-LICM-Indbr-Crash.ll
    M llvm/test/Transforms/LICM/2011-04-06-HoistMissedASTUpdate.ll
    M llvm/test/Transforms/LICM/2011-04-06-PromoteResultOfPromotion.ll
    M llvm/test/Transforms/LICM/2011-04-09-RAUW-AST.ll
    M llvm/test/Transforms/LICM/2011-07-06-Alignment.ll
    M llvm/test/Transforms/LICM/2014-09-10-doFinalizationAssert.ll
    M llvm/test/Transforms/LICM/AArch64/extract-element.ll
    M llvm/test/Transforms/LICM/AArch64/sve-load-hoist.ll
    M llvm/test/Transforms/LICM/AMDGPU/bitcast.ll
    M llvm/test/Transforms/LICM/AliasSetMemSet.ll
    M llvm/test/Transforms/LICM/PR19798.ll
    M llvm/test/Transforms/LICM/PR21582.ll
    M llvm/test/Transforms/LICM/PR24013.ll
    M llvm/test/Transforms/LICM/Preserve-LCSSA.ll
    M llvm/test/Transforms/LICM/alias-set-tracker-loss.ll
    M llvm/test/Transforms/LICM/assume.ll
    M llvm/test/Transforms/LICM/basictest.ll
    M llvm/test/Transforms/LICM/bisect-state.ll
    M llvm/test/Transforms/LICM/call-hoisting.ll
    M llvm/test/Transforms/LICM/callbr-crash.ll
    M llvm/test/Transforms/LICM/constexpr.ll
    M llvm/test/Transforms/LICM/convergent.ll
    M llvm/test/Transforms/LICM/crash.ll
    M llvm/test/Transforms/LICM/debug-value.ll
    M llvm/test/Transforms/LICM/dropped-tbaa.ll
    M llvm/test/Transforms/LICM/explicit_guards.ll
    M llvm/test/Transforms/LICM/extra-copies.ll
    M llvm/test/Transforms/LICM/fence.ll
    M llvm/test/Transforms/LICM/freeze.ll
    M llvm/test/Transforms/LICM/funclet.ll
    M llvm/test/Transforms/LICM/gc-relocate.ll
    M llvm/test/Transforms/LICM/guards.ll
    M llvm/test/Transforms/LICM/hoist-alloc.ll
    M llvm/test/Transforms/LICM/hoist-bitcast-load.ll
    M llvm/test/Transforms/LICM/hoist-debuginvariant.ll
    M llvm/test/Transforms/LICM/hoist-deref-load.ll
    M llvm/test/Transforms/LICM/hoist-fast-fdiv.ll
    M llvm/test/Transforms/LICM/hoist-invariant-load.ll
    M llvm/test/Transforms/LICM/hoist-load-without-store.ll
    M llvm/test/Transforms/LICM/hoist-mustexec.ll
    M llvm/test/Transforms/LICM/hoist-nounwind.ll
    M llvm/test/Transforms/LICM/hoist-phi.ll
    M llvm/test/Transforms/LICM/hoist-round.ll
    M llvm/test/Transforms/LICM/infinite_loops.ll
    M llvm/test/Transforms/LICM/int_sideeffect.ll
    M llvm/test/Transforms/LICM/invariant.start.ll
    M llvm/test/Transforms/LICM/lcssa-ssa-promoter.ll
    M llvm/test/Transforms/LICM/loopsink-pr38462.ll
    M llvm/test/Transforms/LICM/loopsink-pr39570.ll
    M llvm/test/Transforms/LICM/loopsink-pr39695.ll
    M llvm/test/Transforms/LICM/loopsink.ll
    M llvm/test/Transforms/LICM/no-preheader-test.ll
    M llvm/test/Transforms/LICM/opt-remarks-conditional-load.ll
    M llvm/test/Transforms/LICM/opt-remarks-intervening-store.ll
    M llvm/test/Transforms/LICM/opt-remarks.ll
    M llvm/test/Transforms/LICM/outer-loop-deleted-before-licm.ll
    M llvm/test/Transforms/LICM/pr23608.ll
    M llvm/test/Transforms/LICM/pr26843.ll
    M llvm/test/Transforms/LICM/pr27262.ll
    M llvm/test/Transforms/LICM/pr32129.ll
    M llvm/test/Transforms/LICM/pr35342.ll
    M llvm/test/Transforms/LICM/pr36228.ll
    M llvm/test/Transforms/LICM/pr40317.ll
    M llvm/test/Transforms/LICM/pr42969.ll
    M llvm/test/Transforms/LICM/pr54495.ll
    M llvm/test/Transforms/LICM/pr57780.ll
    M llvm/test/Transforms/LICM/pragma-licm-disable.ll
    M llvm/test/Transforms/LICM/preheader-safe.ll
    M llvm/test/Transforms/LICM/promote-atomic.ll
    M llvm/test/Transforms/LICM/promote-single-thread.ll
    M llvm/test/Transforms/LICM/promote-tls.ll
    M llvm/test/Transforms/LICM/promote-unknown-load.ll
    M llvm/test/Transforms/LICM/read-volatile-register.ll
    M llvm/test/Transforms/LICM/scalar-promote-memmodel.ll
    M llvm/test/Transforms/LICM/scalar-promote-unwind.ll
    M llvm/test/Transforms/LICM/scalar-promote.ll
    M llvm/test/Transforms/LICM/sink-debuginfo-preserve.ll
    M llvm/test/Transforms/LICM/sink-foldable.ll
    M llvm/test/Transforms/LICM/sink-promote.ll
    M llvm/test/Transforms/LICM/sinking-debugify.ll
    M llvm/test/Transforms/LICM/sinking.ll
    M llvm/test/Transforms/LICM/speculate.ll
    M llvm/test/Transforms/LICM/strlen.ll
    M llvm/test/Transforms/LICM/unrolled-deeply-nested.ll

  Log Message:
  -----------
  [NFC] Port all (but one) LICM tests to `-passes=` syntax




More information about the All-commits mailing list