[LLVMdev] AliasAnalysis tutorial 2
Julien Schmitt
jschmitt at dibcom.fr
Tue Dec 9 08:05:29 PST 2008
Hi !
In my quest of implementing my own AA, i understood that it doesn't work
because i don't use the 'opt' tool but i create my own PassManager (this
for other reasons).
The problem is the same with other existing AA (AndersensPass or
globalModRefPass) :
these AApasses are not chained with the basicAA when they are created in
PassManager ...
So my question is now : how to call an AAPass using a local PassManager
(without opt) ?
Thank you !
Julien
More information about the llvm-dev
mailing list