llvm-svn: 171930
This should fix clang-native-arm-cortex-a9. Thanks Renato. llvm-svn: 171582
memory bound checks. Before the fix we were able to vectorize this loop from the Livermore Loops benchmark: for ( k=1 ; k<n ; k++ ) x[k] = x[k-1] + y[k]; llvm-svn: 170811