Add support for loops that don't start with Zero.
This is important for loops in the LAPACK test-suite. These loops start at 1 because they are auto-converted from fortran. llvm-svn: 167084
Showing
- llvm/lib/Transforms/Vectorize/LoopVectorize.cpp 19 additions, 12 deletionsllvm/lib/Transforms/Vectorize/LoopVectorize.cpp
- llvm/test/Transforms/LoopVectorize/X86/avx1.ll 49 additions, 0 deletionsllvm/test/Transforms/LoopVectorize/X86/avx1.ll
- llvm/test/Transforms/LoopVectorize/start-non-zero.ll 35 additions, 0 deletionsllvm/test/Transforms/LoopVectorize/start-non-zero.ll
Loading
Please register or sign in to comment