[PATCH] D50312: [WIP!][DomTreeUpdater/Auto[3]] Convert existing passes and utils to use the Auto UpdateStrategy

Chijun Sima via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 5 08:21:12 PDT 2018


NutshellySima created this revision.
NutshellySima added a reviewer: kuhar.
Herald added a subscriber: llvm-commits.

> This patch is a work-in-process and I don't intend to commit it. If you are automatically subscribed to this patch, please ignore it.

It converts passes (e.g. CorrelatedValuePropagation/RewriteStatepointsForGC/JumpThreading) and various functions which currently uses the Lzay UpdateStrategy in local.cpp and BasicBlockUtils.cpp to use the new Auto UpdateStrategy.


Repository:
  rL LLVM

https://reviews.llvm.org/D50312

Files:
  lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  lib/Transforms/Scalar/JumpThreading.cpp
  lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  lib/Transforms/Utils/BasicBlockUtils.cpp
  lib/Transforms/Utils/Local.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50312.159217.patch
Type: text/x-patch
Size: 15306 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180805/41dfe5ba/attachment.bin>


More information about the llvm-commits mailing list