[PATCH] D105628: [NewPM] Rename 'unswitch' to 'simple-loop-unswitch' in PassRegistry

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 9 00:59:44 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1db2551cc1a3: [NewPM] Rename 'unswitch' to 'simple-loop-unswitch' in PassRegistry (authored by bjope).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105628/new/

https://reviews.llvm.org/D105628

Files:
  llvm/lib/Passes/PassRegistry.def
  llvm/test/Analysis/MemorySSA/update-remove-dead-blocks.ll
  llvm/test/Other/print-before-after.ll
  llvm/test/Other/print-passes.ll
  llvm/test/Transforms/SimpleLoopUnswitch/basictest-profmd.ll
  llvm/test/Transforms/SimpleLoopUnswitch/basictest.ll
  llvm/test/Transforms/SimpleLoopUnswitch/dead-blocks-uses-in-unreachablel-blocks.ll
  llvm/test/Transforms/SimpleLoopUnswitch/delete-dead-blocks.ll
  llvm/test/Transforms/SimpleLoopUnswitch/endless-unswitch.ll
  llvm/test/Transforms/SimpleLoopUnswitch/exponential-nontrivial-unswitch-nested.ll
  llvm/test/Transforms/SimpleLoopUnswitch/exponential-nontrivial-unswitch-nested2.ll
  llvm/test/Transforms/SimpleLoopUnswitch/exponential-nontrivial-unswitch.ll
  llvm/test/Transforms/SimpleLoopUnswitch/exponential-nontrivial-unswitch2.ll
  llvm/test/Transforms/SimpleLoopUnswitch/exponential-switch-unswitch.ll
  llvm/test/Transforms/SimpleLoopUnswitch/guards.ll
  llvm/test/Transforms/SimpleLoopUnswitch/implicit-null-checks.ll
  llvm/test/Transforms/SimpleLoopUnswitch/msan.ll
  llvm/test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch-cost.ll
  llvm/test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch-redundant-switch.ll
  llvm/test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch.ll
  llvm/test/Transforms/SimpleLoopUnswitch/not-safe-to-clone.ll
  llvm/test/Transforms/SimpleLoopUnswitch/partial-unswitch-mssa-threshold.ll
  llvm/test/Transforms/SimpleLoopUnswitch/partial-unswitch-update-memoryssa.ll
  llvm/test/Transforms/SimpleLoopUnswitch/partial-unswitch.ll
  llvm/test/Transforms/SimpleLoopUnswitch/trivial-unswitch-iteration.ll
  llvm/test/Transforms/SimpleLoopUnswitch/trivial-unswitch-profmd.ll
  llvm/test/Transforms/SimpleLoopUnswitch/trivial-unswitch.ll
  llvm/test/Transforms/SimpleLoopUnswitch/update-scev.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105628.357430.patch
Type: text/x-patch
Size: 42738 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210709/6b3d18b1/attachment.bin>


More information about the llvm-commits mailing list