mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-11 08:36:12 +00:00

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