Re: Interprocedural points-to analysis

2010-09-23 Thread Richard Guenther
On Thu, Sep 23, 2010 at 11:31 PM, Hongtao wrote: >  Hi All, > > Has the interprocedural points-to analysis(pass-ipa-pta) been put into > practice, i.e. using the ipa points-to set to aid optimizations? Yes, it improves alias-analysis. The interface to optimizers is the same as loc

Interprocedural points-to analysis

2010-09-23 Thread Hongtao
Hi All, Has the interprocedural points-to analysis(pass-ipa-pta) been put into practice, i.e. using the ipa points-to set to aid optimizations? Thanks, Hongtao