Array references on pointers
This is a continuation of the [memory references patch||Add MEM_REF operation] from 4.1 projects, which was never committed. The main difference is the reuse of ARRAY_REF to represent these operations, instead of introducing a MEM_REF operation.
Personnel
- Daniel Berlin
Delivery Date
- This will be ready by 2006-01-20.
Benefits
See [memory references patch || Add MEM_REF operation]
Modifications Required
- Modification of tree-ssa optimizations and aliasing to understand that array_ref can operate on pointers.