[PATCH] D78630: [LV] Clamp the Unroll Factor to at least 1
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 15 08:06:27 PDT 2020
fhahn added a comment.
Is the problem `TTI.getMaxInterleaveFactor()` returning 0? If that's the case, I think it would be better to make sure `TTI.getMaxInterleaveFactor()` returns at least 1.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78630/new/
https://reviews.llvm.org/D78630
More information about the llvm-commits
mailing list