[PATCH] D52327: [Loop Vectorizer] Abandon vectorization when no integer IV found

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 21 12:41:23 PDT 2018


efriedma added a comment.

Why do we need an integer induction variable?  If one doesn't exist, it should be straightforward to create one.


https://reviews.llvm.org/D52327





More information about the llvm-commits mailing list