Jia Chunpeng

Results 4 comments of Jia Chunpeng

> Hi, > > the SDG class is a replacement for DG class, but is not finished (nor used by any component of DG) yet. Is this problem present if...

> `return ret` does not modify anything, so it should have no data dependence edges. The control dep. edge between `main:: call mymalloc` and `OUT ARG malloc(5)` is there because...

For this code ```cpp int getValue(); int doSomething(int i); int fun() { int v = 5; int c = getValue(); c += 4; v += 4; return c; } int...

I mean the dependency edges in the graph dumped by the llvm-slicer. Or, the llvm-slicer does not dump some dependency edges using the default options ?