[LLVMdev] DSnode type question

Xiaodong Li xli3 at csil-suna22.cs.uiuc.edu
Thu Nov 21 20:32:00 PST 2002


Dear LLVM,

When I use analyze to construct the DSGraph for the lists.c program in
test/Programs/SingleSource/Shootout directory. I found out the heap node
in the function test_list() all have type FOLDED:R. I was wondering why
it's not heapnode anymore? My pass need to use this type information to
determine whether a node is heap node. Is there any way I can know this is
a heap node in this case?

Thanks,
xiaodong




More information about the llvm-dev mailing list