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~