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: [PATCH] Make alias_sets_conflict_p less conservative


> The problem lies in the way how we represent load and store dependencies 
> as virtual operands.  Conflicts between a pair of mem accesses are not 
> evaluated by asking alias_set_conflicts_p() on both accesses, but instead 
> via a chain of virtual def and use operands.  

But I thought this whole discussion was about a change to
alias_sets_conflict_p.  So you've lost me.


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