Don't vectorize if there are outside loop users of the induction variable.
We would have to compute the pre increment value, either by computing it on every loop iteration or by splitting the edge out of the loop and inserting a computation for it there. For now, just give up vectorizing such loops. Fixes PR17179. llvm-svn: 190790
Loading
Please register or sign in to comment