Displaying 2 results from an estimated 2 matches for "cf421fd5".
2007 Aug 10
0
[LLVMdev] Choosing Alias Analysis
...ake it available
irrespective of alias analysis group. However explicitly requiring an
analysis pass defeats the purpose of analysis group.
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070810/cf421fd5/attachment.html>
2007 Aug 10
3
[LLVMdev] Choosing Alias Analysis
On Thursday 09 August 2007 19:21, Chris Lattner wrote:
> Interesting question, I don't have an answer to this. To make things more
> complicated, you can have multiple instances of an analysis group and may
> want different things at different times:
>
> -basicaa -licm -something_that_invalidates_aa -andersaa -licm -whatever
Some questions about that:
How does this