[PATCH] D87679: [LV] Unroll factor is expected to be > 0
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 9 06:52:58 PDT 2020
fhahn accepted this revision.
fhahn added a comment.
LGTM, thanks!
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:5603
}
+ // Interleave should be greater than 0.
----------------
nit: seems like something like 'count' is missing from the sentence below. Or say something like `MaxInterleave count must be at least 1.`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87679/new/
https://reviews.llvm.org/D87679
More information about the llvm-commits
mailing list