[PATCH] D57837: [LV] Prevent interleaving if computeMaxVF returned None.

Ayal Zaks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 7 12:24:02 PST 2019


Ayal added a comment.

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.


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