[PATCH] D50675: [IDF] Teach Iterated Dominance Frontier to use a snapshot CFG based on a GraphDiff.
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 13 16:27:28 PDT 2018
asbirlea created this revision.
asbirlea added reviewers: kuhar, george.burgess.iv, mzolotukhin.
Herald added subscribers: jlebar, sanjoy.
Create the ability to compute IDF using a CFG View.
For this, we'll need a new DT created using a list of Updates (to be refactored later to a GraphDiff), and the GraphTraits based on the same GraphDiff.
Repository:
rL LLVM
https://reviews.llvm.org/D50675
Files:
include/llvm/Analysis/IteratedDominanceFrontier.h
lib/Analysis/IteratedDominanceFrontier.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50675.160480.patch
Type: text/x-patch
Size: 4290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180813/08ba193b/attachment.bin>
More information about the llvm-commits
mailing list