This changes default implementation of the doMemOpsHaveSameBasePtr
target callback used for load/store clustering as requested in the
D37698.
The implementation is switched to the old one for the AArch64
target as it seems to expect same base registers with ordered
offsets for further combining purposes.
The change is based on the D37698.