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: possible gcse failure: not able to eliminate redundant loads


On Thu, Dec 12, 2002 at 03:26:44PM -0500, Daniel Berlin wrote:
> >  Not for this
> > simple case.  If these memories are known to not alias, then they
> > should be hoisted out of the loop by load_mems.
> Maybe the load, but not the store.

Both.  We hoist values read-write when we can.


r~


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