Add support for pointer induction variables even when there is no integer induction...
authorNadav Rotem <nrotem@apple.com>
Sun, 25 Nov 2012 08:41:35 +0000 (08:41 +0000)
committerNadav Rotem <nrotem@apple.com>
Sun, 25 Nov 2012 08:41:35 +0000 (08:41 +0000)
commit0af63ac245eeb0cce206ed4dbc9abdc0d86742cb
tree2aee715be862500cd97513493625a8a14a43ea36
parent327e4cba0929f65bf32ecbbc9dc664793e5b51f7
Add support for pointer induction variables even when there is no integer induction variable.

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