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)
commitea3824f1607e9a484673beee0188dd6963b5efe3
tree0322edd63a40aba1ae59c7b2d75f5aa6f2c1bdd7
parent79bd205d8c3155517a1ad619ee3c2b5a33d6849c
Add support for pointer induction variables even when there is no integer induction variable.

llvm-svn: 168558
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/test/Transforms/LoopVectorize/no_int_induction.ll [new file with mode: 0644]