Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

DSCallGraph Missing Functions #8103

Open Quuxplusone opened 14 years ago

Quuxplusone commented 14 years ago
Bugzilla Link PR7678
Status NEW
Importance P normal
Reported by Patrick Simmons (simmon12@illinois.edu)
Reported on 2010-07-20 11:44:45 -0700
Last modified on 2014-05-06 11:17:11 -0700
Version trunk
Hardware PC Linux
CC willdtz@gmail.com
Fixed by commit(s)
Attachments
Blocks
Blocked by
See also

When running fluidanimate from PARSEC and water from SPLASH-2, the getFunctionCalls() is missing entries for some callees. These callees are not well-known external functions, but rather seemingly arbitrary functions which exist in the same .bc file.

Quuxplusone commented 14 years ago

Can you clarify what you mean by getFunctionCalls()? Is this the DSNode::addFullFunctionList() method, or is this something else?

This bug and PR#7799 might be the same bug.

Quuxplusone commented 14 years ago

Patrick, please update to Revision 110237 (or a later revision) and see if this fixes the bug.