summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopVectorize/induction.ll
Commit message (Collapse)AuthorAge
* LoopVectorize: Handle loops with multiple forward inductionsArnold Schwaighofer2013-05-14
We used to give up if we saw two integer inductions. After this patch, we base further induction variables on the chosen one like we do in the reverse induction and pointer induction case. Fixes PR15720. radar://13851975 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181746 91177308-0d34-0410-b5e6-96231b3b80d8