[PATCH] D48919: [Dominators] Convert existing passes to use DomTreeUpdater - 1

Chijun Sima via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 4 01:27:42 PDT 2018


NutshellySima created this revision.
NutshellySima added reviewers: kuhar, brzycki, dmgreen, grosser, davide.
Herald added a subscriber: llvm-commits.

This patch is the second in a series of patches related to the RFC - A new dominator tree updater for LLVM <http://lists.llvm.org/pipermail/llvm-dev/2018-June/123883.html>.

It aims to convert some existing passes without dependencies to "local.h" and "BasicBlockUtils.h" to use the DomTreeUpdater.


Repository:
  rL LLVM

https://reviews.llvm.org/D48919

Files:
  lib/Transforms/Scalar/ADCE.cpp
  lib/Transforms/Scalar/LoopInterchange.cpp
  lib/Transforms/Scalar/LoopUnswitch.cpp
  lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  lib/Transforms/Utils/BreakCriticalEdges.cpp
  lib/Transforms/Utils/LoopRotationUtils.cpp
  lib/Transforms/Utils/LoopUtils.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48919.154061.patch
Type: text/x-patch
Size: 8811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180704/2f350df6/attachment.bin>


More information about the llvm-commits mailing list