This is the mail archive of the gcc@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: tree-ssa/lno compute_may_aliases failure


On Thu, 2004-05-20 at 14:40, Dorit Naishlos wrote:
> > IIRC PTA cannot be applied once we are in SSA form.  That's why you see
> > it sequenced before pass_build_ssa (Dan, has that changed?).
> 
> In that case, maybe I should instead postpone delete_pta pass to after the
> second invocation of compute_may_aliases? (PTA is a prerequisite for
> compute_may_alias pass).
> 
No, it is not.  Only if you are doing -fpoints-to=andersen.  The
compute_may_alias pass will build flow-sensitive points-to information
using the SSA form.


Diego.


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