This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ipa-branch] Devirtualization


> On IPA branch the IPA passes are already working on SSA 
> representation.

The devirtualization is not affected by the intermediate 
representation (gimple vs. SSA). Indeed I have seen that 
the SSA construction have been moved in early optimization
phases. Does this means that the SSA representation is 
available for all the methods and is possible to freely 
use SAA analysis during the IPA ? 

Mircea


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]