[LLVMdev] DominanceFrontier
Duncan Sands
baldrick at free.fr
Mon Aug 20 12:39:28 PDT 2012
Hi George,
> I saw in the API that DominanceFrontier has been deprecated. Is this for real?
> I have read the computational issues but shouldn't that be left to the users of
> llvm?
> My concern is I am writing a Control Dependence module that uses
> Dominance-Frontier information.
> Getting rid of Dominance Frontiers will put me in a tight spot.
if the dominancefrontier code is deleted from LLVM you can always add a copy of
the last version of the code to your project for your own private use.
Ciao, Duncan.
More information about the llvm-dev
mailing list