llvm-6502/lib/Transforms/Vectorize
Arnold Schwaighofer c121f5dc26 LoopVectorizer: Don't assert on the absence of induction variables
A computable loop exit count does not imply the presence of an induction
variable. Scalar evolution can return a value for an infinite loop.

Fixes PR15926.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181495 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-09 00:32:18 +00:00
..
BBVectorize.cpp
CMakeLists.txt
LLVMBuild.txt
LoopVectorize.cpp LoopVectorizer: Don't assert on the absence of induction variables 2013-05-09 00:32:18 +00:00
Makefile
SLPVectorizer.cpp
Vectorize.cpp
VecUtils.cpp
VecUtils.h