Re: How to dump SSA in lto

2010-09-21 Thread Richard Guenther
On Tue, Sep 21, 2010 at 4:15 PM, Hongtao wrote: >  Thanks very much. But I still want an option to dump the SSA form > during or after LTO optimizations, such as -fdump-tree-... -fump-tree-... works for LTO optimizations as well. > Hongtao > > > On 09/21/10 10:07, Richard Guenther wrote: >> On T

Re: How to dump SSA in lto

2010-09-21 Thread Hongtao
Thanks very much. But I still want an option to dump the SSA form during or after LTO optimizations, such as -fdump-tree-... Hongtao On 09/21/10 10:07, Richard Guenther wrote: > On Tue, Sep 21, 2010 at 3:31 PM, Hongtao wrote: >> Hi All, >> >> >> I'm programming in the LTO phase. How can I dum

Re: How to dump SSA in lto

2010-09-21 Thread Richard Guenther
On Tue, Sep 21, 2010 at 3:31 PM, Hongtao wrote: >  Hi All, > > > I'm programming in the LTO phase. How can I dump the SSA representation > after a optimization of LTO? For example, if I would like to know the > effect of interprocedural pointer analysis(pass_ipa_pta), how can I dump > the SSA form

How to dump SSA in lto

2010-09-21 Thread Hongtao
Hi All, I'm programming in the LTO phase. How can I dump the SSA representation after a optimization of LTO? For example, if I would like to know the effect of interprocedural pointer analysis(pass_ipa_pta), how can I dump the SSA form after the pass? Thanks, Hongtao Yu Purdue University