[LLVMdev] How to use DSAA?

Chris Lattner sabre at nondot.org
Tue Aug 24 10:41:01 PDT 2004


On Tue, 24 Aug 2004, xia_yimin wrote:

> I can use the interfaces of AliasAnalysis in my pass, but how to specify
> the underlaying pass of AliasAnalysis is DSAA?

>From the command line, just run your -ds-aa before you pass, like this:

  opt -ds-aa -yourpass foo.bc -o out.bc

You can also use any other alias analysis this was as well.

-Chris

-- 
http://llvm.org/
http://nondot.org/sabre/




More information about the llvm-dev mailing list