[PATCH] D57837: [LV] Prevent interleaving if computeMaxVF returned None.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 7 12:32:01 PST 2019
fhahn added a comment.
In D57837#1389513 <https://reviews.llvm.org/D57837#1389513>, @Ayal wrote:
> In D57837#1389439 <https://reviews.llvm.org/D57837#1389439>, @fhahn wrote:
>
> > Thanks Ayal! I'll add the line before committing. Are you ok for the latest iteration to go in?
>
>
> Yes, I'm ok. Would have preferred the separate `if (MaybeVF) { VF=..; IC=..; }` and `if (!MaybeVF && UserIC >0) { InterleaveCount = false; ... } else if ...` version, but leave it for you to decide.
I'll update it before committing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57837/new/
https://reviews.llvm.org/D57837
More information about the llvm-commits
mailing list