[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 14:19:05 PDT 2018


efriedma added a comment.

If there's some actual implementation work involved in supporting it, fine, I guess... but it seems like it can't be much work to support properly: even just adding an unused i1 induction variable is enough to get around the crash for the given testcase.


https://reviews.llvm.org/D52327





More information about the llvm-commits mailing list