Richard Sandiford <rdsandif...@googlemail.com> writes: > tree-vect-loop-manip.c assumes there is an alias if:
I meant _unless_. > ((store_ptr_0 + store_segment_length_0) < load_ptr_0) > || (load_ptr_0 + load_segment_length_0) < store_ptr_0)) > > which means that contiguous arrays are unnecessarily considered to alias. Richard