[all-commits] [llvm/llvm-project] e11354: [Tests] Remove explicit -enable-mssa-loop-dependen...

Nikita Popov via All-commits all-commits at lists.llvm.org
Sat Aug 14 12:27:57 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e11354c0a40560b2c76945526476f00f65275d71
      https://github.com/llvm/llvm-project/commit/e11354c0a40560b2c76945526476f00f65275d71
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2021-08-14 (Sat, 14 Aug 2021)

  Changed paths:
    M llvm/test/Analysis/BasicAA/store-promote.ll
    M llvm/test/Analysis/MemorySSA/debugvalue.ll
    M llvm/test/Analysis/MemorySSA/loop-rotate-inv-template.ll
    M llvm/test/Analysis/MemorySSA/loop-rotate-simplified-clone.ll
    M llvm/test/Analysis/MemorySSA/loop-rotate-valuemap.ll
    M llvm/test/Analysis/MemorySSA/loop-unswitch.ll
    M llvm/test/Analysis/MemorySSA/loop_rotate_remove_trivial_phis.ll
    M llvm/test/Analysis/MemorySSA/nondeterminism.ll
    M llvm/test/Analysis/MemorySSA/pr39197.ll
    M llvm/test/Analysis/MemorySSA/pr40037.ll
    M llvm/test/Analysis/MemorySSA/pr40038.ll
    M llvm/test/Analysis/MemorySSA/pr40509.ll
    M llvm/test/Analysis/MemorySSA/pr40749.ll
    M llvm/test/Analysis/MemorySSA/pr40749_2.ll
    M llvm/test/Analysis/MemorySSA/pr40754.ll
    M llvm/test/Analysis/MemorySSA/pr41254.ll
    M llvm/test/Analysis/MemorySSA/pr41640.ll
    M llvm/test/Analysis/MemorySSA/pr41853.ll
    M llvm/test/Analysis/MemorySSA/pr42294.ll
    M llvm/test/Analysis/MemorySSA/pr42940.ll
    M llvm/test/Analysis/MemorySSA/pr43044.ll
    M llvm/test/Analysis/MemorySSA/pr43317.ll
    M llvm/test/Analysis/MemorySSA/pr43320.ll
    M llvm/test/Analysis/MemorySSA/pr43426.ll
    M llvm/test/Analysis/MemorySSA/pr43427.ll
    M llvm/test/Analysis/MemorySSA/pr43438.ll
    M llvm/test/Analysis/MemorySSA/pr43493.ll
    M llvm/test/Analysis/MemorySSA/pr43540.ll
    M llvm/test/Analysis/MemorySSA/pr43541.ll
    M llvm/test/Analysis/MemorySSA/pr43641.ll
    M llvm/test/Analysis/MemorySSA/renamephis.ll
    M llvm/test/Analysis/MemorySSA/unreachable.ll
    M llvm/test/Analysis/MemorySSA/update_unroll.ll
    M llvm/test/CodeGen/PowerPC/pr35688.ll
    M llvm/test/Transforms/LICM/argmemonly-call.ll
    M llvm/test/Transforms/LICM/atomics.ll
    M llvm/test/Transforms/LICM/guards.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-nounwind.ll
    M llvm/test/Transforms/LICM/hoist-round.ll
    M llvm/test/Transforms/LICM/hoisting.ll
    M llvm/test/Transforms/LICM/pr40317.ll
    M llvm/test/Transforms/LICM/pr42969.ll
    M llvm/test/Transforms/LICM/promote-order.ll
    M llvm/test/Transforms/LICM/read-only-calls.ll
    M llvm/test/Transforms/LICM/sink.ll
    M llvm/test/Transforms/LICM/sinking.ll
    M llvm/test/Transforms/LICM/store-hoisting.ll
    M llvm/test/Transforms/LICM/volatile-alias.ll
    M llvm/test/Transforms/LoopRotate/2009-01-25-SingleEntryPhi.ll
    M llvm/test/Transforms/LoopRotate/PhiRename-1.ll
    M llvm/test/Transforms/LoopRotate/PhiSelfReference-1.ll
    M llvm/test/Transforms/LoopRotate/alloca.ll
    M llvm/test/Transforms/LoopRotate/basic.ll
    M llvm/test/Transforms/LoopRotate/callbr.ll
    M llvm/test/Transforms/LoopRotate/catchret.ll
    M llvm/test/Transforms/LoopRotate/convergent.ll
    M llvm/test/Transforms/LoopRotate/crash.ll
    M llvm/test/Transforms/LoopRotate/dbg-value-duplicates.ll
    M llvm/test/Transforms/LoopRotate/dbgvalue.ll
    M llvm/test/Transforms/LoopRotate/indirectbr.ll
    M llvm/test/Transforms/LoopRotate/loopexitinglatch.ll
    M llvm/test/Transforms/LoopRotate/multiple-exits.ll
    M llvm/test/Transforms/LoopRotate/noalias.ll
    M llvm/test/Transforms/LoopRotate/phi-dbgvalue.ll
    M llvm/test/Transforms/LoopRotate/phi-duplicate.ll
    M llvm/test/Transforms/LoopRotate/pr22337.ll
    M llvm/test/Transforms/LoopRotate/pr33701.ll
    M llvm/test/Transforms/LoopRotate/pr37205.ll
    M llvm/test/Transforms/LoopRotate/preserve-mssa.ll
    M llvm/test/Transforms/LoopRotate/preserve-scev.ll
    M llvm/test/Transforms/LoopRotate/vect.omp.persistence.ll
    M llvm/test/Transforms/LoopSimplifyCFG/constant-fold-branch.ll
    M llvm/test/Transforms/LoopSimplifyCFG/irreducible_cfg.ll
    M llvm/test/Transforms/LoopSimplifyCFG/lcssa.ll
    M llvm/test/Transforms/LoopSimplifyCFG/live_block_marking.ll
    M llvm/test/Transforms/LoopSimplifyCFG/merge-header.ll
    M llvm/test/Transforms/LoopSimplifyCFG/mssa_update.ll
    M llvm/test/Transforms/LoopSimplifyCFG/phi_with_duplicating_inputs.ll
    M llvm/test/Transforms/LoopSimplifyCFG/pr39783.ll
    M llvm/test/Transforms/LoopSimplifyCFG/scev.ll
    M llvm/test/Transforms/LoopSimplifyCFG/update_parents.ll
    M llvm/test/Transforms/LoopUnswitch/2006-06-13-SingleEntryPHI.ll
    M llvm/test/Transforms/LoopUnswitch/2006-06-27-DeadSwitchCase.ll
    M llvm/test/Transforms/LoopUnswitch/2007-05-09-Unreachable.ll
    M llvm/test/Transforms/LoopUnswitch/2007-05-09-tl.ll
    M llvm/test/Transforms/LoopUnswitch/2007-07-12-ExitDomInfo.ll
    M llvm/test/Transforms/LoopUnswitch/2007-07-13-DomInfo.ll
    M llvm/test/Transforms/LoopUnswitch/2007-07-18-DomInfo.ll
    M llvm/test/Transforms/LoopUnswitch/2007-08-01-LCSSA.ll
    M llvm/test/Transforms/LoopUnswitch/2008-06-02-DomInfo.ll
    M llvm/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll
    M llvm/test/Transforms/LoopUnswitch/2010-11-18-LCSSA.ll
    M llvm/test/Transforms/LoopUnswitch/2011-09-26-EHCrash.ll
    M llvm/test/Transforms/LoopUnswitch/2011-11-18-SimpleSwitch.ll
    M llvm/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches-Threshold.ll
    M llvm/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll
    M llvm/test/Transforms/LoopUnswitch/2012-04-02-IndirectBr.ll
    M llvm/test/Transforms/LoopUnswitch/2012-05-20-Phi.ll
    M llvm/test/Transforms/LoopUnswitch/2015-09-18-Addrspace.ll
    M llvm/test/Transforms/LoopUnswitch/LIV-loop-condtion.ll
    M llvm/test/Transforms/LoopUnswitch/basictest.ll
    M llvm/test/Transforms/LoopUnswitch/cleanuppad.ll
    M llvm/test/Transforms/LoopUnswitch/copy-metadata.ll
    M llvm/test/Transforms/LoopUnswitch/crash.ll
    M llvm/test/Transforms/LoopUnswitch/elseif-non-exponential-behavior.ll
    M llvm/test/Transforms/LoopUnswitch/exponential-behavior.ll
    M llvm/test/Transforms/LoopUnswitch/guards.ll
    M llvm/test/Transforms/LoopUnswitch/infinite-loop.ll
    M llvm/test/Transforms/LoopUnswitch/invalidate-scev.ll
    M llvm/test/Transforms/LoopUnswitch/msan.ll
    M llvm/test/Transforms/LoopUnswitch/pr32818.ll
    M llvm/test/Transforms/LoopUnswitch/preserve-analyses.ll
    M llvm/test/Transforms/LoopUnswitch/simplify-with-nonvalness.ll
    M llvm/test/Transforms/LoopUnswitch/trivial-unswitch.ll
    M llvm/test/Transforms/LoopUnswitch/unswitch-equality-undef.ll
    M llvm/test/Transforms/LoopUnswitch/unswitch-select.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/2006-06-13-SingleEntryPHI.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/2006-06-27-DeadSwitchCase.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/2007-05-09-Unreachable.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/2007-05-09-tl.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/2007-07-12-ExitDomInfo.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/2007-07-13-DomInfo.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/2007-07-18-DomInfo.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/2007-08-01-LCSSA.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/2008-06-02-DomInfo.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/2010-11-18-LCSSA.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/2011-06-02-CritSwitch.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/2011-09-26-EHCrash.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/2012-04-02-IndirectBr.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/2012-05-20-Phi.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/2015-09-18-Addrspace.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/LIV-loop-condtion.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/cleanuppad.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/copy-metadata.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/crash.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/exponential-behavior.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/infinite-loop.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch-cost.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/pr37888.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/preserve-analyses.ll

  Log Message:
  -----------
  [Tests] Remove explicit -enable-mssa-loop-dependency options (NFC)

This is enabled by default. Drop explicit uses in preparation for
removing the option.

Also drop RUN lines that are now the same (typically modulo a
-verify-memoryssa option).




More information about the All-commits mailing list