Marvinmw

Results 9 comments of Marvinmw

hi, do you manage to do it? @brash6

> Which graph? The best what you can do is to do some kind of BFS/DFS. DG has some predefined templates for that. It is a LLVMDependGraph. Is it possible...

> Which graph? The best what you can do is to do some kind of BFS/DFS. DG has some predefined templates for that. The essential question is that I want...

> The API of LLVMDependenceGraph is now... well, not nice. I'm working on better one. However, you need to get the right dependence graph and search for the instruction there:...

> No, the node identifier is the address of the node. Thanks a lot.

> Yes, it does. The relevant object is `callGraph` in the class PointerGraph. Thanks for your reply. I try using DG. But I am curious that what is LLVMNode? How...

> It depends on what information about LLVM you need. If you need dependencies between instructions, you can use LLVMNode from the LLVMDependenceGraph. If you need information about pointers, you...

> another possible source of information: https://github.com/staticafi/sbt-slicer/blob/master/CMakeLists.txt#L64 thanks. I am trying.

> Hi, > could you please provide a pull-request? Thanks. Hi, we fix it. Later, we will provide a pull-request.