diff options
author | Nadav Rotem <nrotem@apple.com> | 2012-12-21 00:07:35 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2012-12-21 00:07:35 +0000 |
commit | 55306bdea5d2d53be39f3ac59fadf5220ee6b5d0 (patch) | |
tree | f8f8d9f0290bd9e8131d1669ca290f86bac18509 /lib/Transforms/Vectorize/BBVectorize.cpp | |
parent | 71a9c2137b590467fabfcde1ef9f87bcb8059c92 (diff) |
Fix a bug in the code that checks if we can vectorize loops while using dynamic
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];
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170811 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Vectorize/BBVectorize.cpp')
0 files changed, 0 insertions, 0 deletions