[LLVMdev] Custom AA implementation is not used
Julian Oppermann
oppermann at esa.informatik.tu-darmstadt.de
Tue Apr 16 05:35:08 PDT 2013
Hello LLVM devs,
I'm trying to write my own alias analysis that only contributes
information to the getModRefBehavior query, and should be in its own
library loadable by opt.
However, even though my pass is run (and executed immediately before the
client pass that is calling AA.doesNotAccessMemory(F)), the queries
never reach my implementation. What am I missing?
Thanks in advance,
Julian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MyAA.cpp
Type: text/x-c++src
Size: 1544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130416/37e51cc7/attachment.cpp>
More information about the llvm-dev
mailing list