Program-Dependence-Graph-in-LLVM icon indicating copy to clipboard operation
Program-Dependence-Graph-in-LLVM copied to clipboard

DDG duplication

Open meweez opened this issue 3 years ago • 0 comments

Hello, Thanks for your clean code.

I built your passes and run them on a simple test file that contains 3 functions. I use -dot-ddg in order to have DDG for each, but each ddgrapg.*.dot contains edges that are related to functions that are above it (in the .bc file). why? how can I make it contain only one function in each dot file? Thank you very much

meweez avatar Apr 20 '21 13:04 meweez