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 Fix a typo 2013-04-30 21:04:51 +00:00
Vectorize.cpp This patch breaks up Wrap.h so that it does not have to include all of 2013-05-01 20:59:00 +00:00
VecUtils.cpp SLPVectorize: Add support for vectorization of casts. 2013-04-21 08:05:59 +00:00
VecUtils.h