[LLVMdev] DSA getNodeForValue() Returning NULL Sometimes

Patrick Alexander Simmons simmon12 at cs.uiuc.edu
Fri Aug 7 14:45:42 PDT 2009


I'm iterating over all LoadInst and StoreInst-type Instructions in a 
Function, and getNodeForValue() is sometimes returning NULL.  Why is 
this happening?  Shouldn't every load from or store to memory correspond 
to some DSNode?

--Patrick



More information about the llvm-dev mailing list