This should fix clang-native-arm-cortex-a9. Thanks Renato. llvm-svn: 171582
llvm-svn: 166620
If the pointer is consecutive then it is safe to read and write. If the pointer is non-loop-consecutive then it is unsafe to vectorize it because we may hit an ordering issue. llvm-svn: 166371