-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slice results only from DDG #434
Comments
In what form you need the data dependence? If you are just viewing the dependecies via
I guess you should be good with For slicing ( |
Thanks a lot. Let me try. |
I don't really understand the results. |
Yes, the analysis is interprocedural and all the functions that can be (transitively) called from
The call has no data dependence, its arguments do. btw. |
Since there have been multiple needs for such a functionality in the past, I quickly hacked a tool that gives you only the data (or control) dependence for a given instruction/line. It is in this branch for now: https://github.com/mchalupa/dg/tree/llvm-dg-deps . You can use it as:
The format for |
It seems that now the slice result are from both control dependent graph and data dependent graph.
If I just want to get the data dependent lines, what should I do?
Thanks
The text was updated successfully, but these errors were encountered: