[PATCH] D98721: [LV] NFC: Return both fixed and scalable Max VF from computeMaxVF.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 16 09:26:15 PDT 2021


sdesmalen created this revision.
Herald added subscribers: bmahjour, rogfer01, bollu, hiraditya.
sdesmalen requested review of this revision.
Herald added subscribers: llvm-commits, vkmr.
Herald added a project: LLVM.

This patch introduces a new class, MaxVFCandidates, that holds the
maximum vectorization factors that have been computed for both scalable
and fixed-width vectors.

This patch is NFC and just propagates the information. A follow-up patch
will use this information to create new VPlans.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98721

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98721.331015.patch
Type: text/x-patch
Size: 11832 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210316/a760077e/attachment.bin>


More information about the llvm-commits mailing list