On Tue, Sep 21, 2010 at 4:15 PM, Hongtao <yu...@purdue.edu> 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 Tue, Sep 21, 2010 at 3:31 PM, Hongtao <yu...@purdue.edu> 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 after the pass? >> That particular case would be -fdump-ipa-pta-alias >> >>> Thanks, >>> Hongtao Yu >>> Purdue University >>> > >