[PATCH] D46709: [Dominators] Add PDT constructor from Function

Chijun Sima via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 22 13:15:40 PDT 2018


NutshellySima updated this revision to Diff 148082.
NutshellySima marked an inline comment as done.
NutshellySima edited the summary of this revision.
NutshellySima added a comment.

1. Construct PostDominatorTree directly from Function in lib/Transforms/IPO/SampleProfile.cpp.
2. Format the patch.


https://reviews.llvm.org/D46709

Files:
  include/llvm/Analysis/PostDominators.h
  lib/Analysis/PostDominators.cpp
  lib/Transforms/IPO/SampleProfile.cpp
  unittests/IR/DominatorTreeBatchUpdatesTest.cpp
  unittests/IR/DominatorTreeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46709.148082.patch
Type: text/x-patch
Size: 11713 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180522/7fb5ff53/attachment.bin>


More information about the llvm-commits mailing list