[LLVMdev] Immutable Pass in Analysis Group

Xin Tong trent.tong at gmail.com
Tue Oct 8 17:54:25 PDT 2013


Hi

The LLVM online document says that "There must be exactly one default
implementation available at all times for an Analysis Group to be used.
Only default implementation can derive from ImmutablePass. "

http://llvm.org/docs/WritingAnLLVMPass.html#implementing-analysis-groups

Is it still true that only the default implementation can derive from
ImmutablePass, it does not seem to be the case for TypeBasedAliasAnalysis,
which derives from ImmutablePass and is not the default for the
AliasAnalysis analysis group in LLVM ?

Thank you,
Trent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131009/2e001868/attachment.html>


More information about the llvm-dev mailing list