[llvm-commits] [pr12351] Handle intrinsics in GlobalsModRef

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Mar 27 15:33:42 PDT 2012


Intrinsic calls don't show up as part of the normal callgraph walk
that GlobalsModRef does. This patch makes it handle them in the same
place it handles explicit loads and stores by asking the basic alias
analysis what it knows about that intrinsic.

Is it OK? Why are intrinsics excluded from the normal callgraph walk?

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: text/x-patch
Size: 1517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120327/2d2c8446/attachment.bin>


More information about the llvm-commits mailing list