[LLVMdev] Control dependence analysis?

John Criswell criswell at illinois.edu
Tue Dec 20 09:08:08 PST 2011


On 12/19/11 9:55 PM, Mark Lacey wrote:
> Does LLVM contain any control dependence analysis pass?

There is a PostDominatorTree analysis.  Control-dependence can be 
computed easily using it (see the paper "Efficiently computing static 
single assignment form and the control dependence graph" by Cytron et. 
al. for details on the algorithm).

-- John T.

>
> I do not see one when looking through the lib/Analysis passes.
>
> Thanks,
>
> Mark
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list