I can use the interfaces of AliasAnalysis in my pass, but how to specify the underlaying pass of AliasAnalysis is DSAA? Thanks. Xia ______________________________________ ע������30��������䣨 http://mail.sina.com.cn/chooseMode.html �� ==================================================================15��HPѸ�۱ʼDZ���ǧԪ,����ǧԪ������� (http://ad4.sina.com.cn/wx/ads/hpzhui823.html)
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/