[LLVMdev] How to change default AA with opt? (Change default impl for an analysis group with opt?)

Dan Gohman gohman at apple.com
Thu Jun 24 12:35:32 PDT 2010


On Jun 24, 2010, at 9:55 AM, Will Dietz wrote:
> 
> Short of running -my-aa -gvn -my-aa -dse -my-aa -licm... etc, is there
> a good way to do this?

No.

> 
> Having thought about it, it seems less surprising than it did
> originally, but perhaps this should be mentioned somewhere?

Probably. I added some text to docs/AliasAnalysis.html in r106776
for the issues that I ran into when developing a new AA implementation.

Dan




More information about the llvm-dev mailing list