[PATCH] D58443: [DTU] Deprecate insertEdge*/deleteEdge*

Chijun Sima via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 20 05:37:28 PST 2019


NutshellySima created this revision.
NutshellySima added reviewers: kuhar, brzycki.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

This patch converts all existing `insertEdge*/deleteEdge*` to `applyUpdates` and marks `insertEdge*/deleteEdge*` as deprecated.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D58443

Files:
  llvm/include/llvm/Analysis/DomTreeUpdater.h
  llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp
  llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  llvm/lib/Transforms/Scalar/JumpThreading.cpp
  llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp
  llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
  llvm/lib/Transforms/Utils/Local.cpp
  llvm/lib/Transforms/Utils/LoopUtils.cpp
  llvm/unittests/Analysis/DomTreeUpdaterTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58443.187557.patch
Type: text/x-patch
Size: 12190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190220/a387c49e/attachment.bin>


More information about the llvm-commits mailing list