[PATCH] D96025: [LoopVectorize] Return both fixed and scalable Max VF from computeMaxVF.

Roger Ferrer Ibanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 03:53:51 PST 2021


rogfer01 added a comment.

Hi Sander, one question `OptionalVFCandidates::addMaxVF` combines using the maximum but AFAICT it is not used in a loop. Maybe you plan to "update" the corresponding VF values (scalable and/or fixed) in other places (not shown in the current patch, yet)?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96025/new/

https://reviews.llvm.org/D96025



More information about the llvm-commits mailing list