Fix an infinite loop in the loop-vectorizer.
authorNadav Rotem <nrotem@apple.com>
Sat, 20 Oct 2012 20:45:01 +0000 (20:45 +0000)
committerNadav Rotem <nrotem@apple.com>
Sat, 20 Oct 2012 20:45:01 +0000 (20:45 +0000)
commitccaccfa8bf070b169847109513610cf41abfd1f3
tree81157fa84d2bbb85339e89e44d17d5d848543c36
parentb8f2d82403bd059d26c091ec1ad3512033074546
Fix an infinite loop in the loop-vectorizer.

PR14134.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166379 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp
test/Transforms/LoopVectorize/2012-10-20-infloop.ll [new file with mode: 0644]