At this moment, AArch64 target does not unrolls loop with IV of pointer type.
Following the comment of @efriedma on https://bugs.llvm.org/show_bug.cgi?id=51178, we need to enable UP.Runtime and UP.Force in order to unroll the loop.
This patch enables these unroll preference options universally for AArch64 target.