[PATCH] D28490: [LV] Don't panic when encountering the IV of an outer loop.
Elena Demikhovsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 9 23:15:17 PST 2017
delena added inline comments.
================
Comment at: test/Transforms/LoopVectorize/pr31190.ll:8
+
+; CHECK: LV: PHI is a recurrence with respect to an outer loop.
+; CHECK: LV: Not vectorizing: Cannot prove legality.
----------------
Can you add the source code to the comments? You try to vectorize the "for.body3" loop, right? What PHI belongs to the outer loop?
https://reviews.llvm.org/D28490
More information about the llvm-commits
mailing list