[PATCH] D49747: [Dominators] Deprecate the DeferredDominance class

Chijun Sima via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 24 11:48:26 PDT 2018


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

After converting all existing passes to use the new DomTreeUpdater interface, there isn't any usage of the original DeferredDominance class. Thus, we can safely remove it from the codebase.


Repository:
  rL LLVM

https://reviews.llvm.org/D49747

Files:
  include/llvm/IR/Dominators.h
  lib/IR/Dominators.cpp
  unittests/IR/CMakeLists.txt
  unittests/IR/DeferredDominanceTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49747.157093.patch
Type: text/x-patch
Size: 25270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180724/ee660ef3/attachment.bin>


More information about the llvm-commits mailing list