[PATCH] D90715: [VPlan] NFC: Change VFRange to take ElementCount

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 13:46:03 PST 2020


sdesmalen created this revision.
sdesmalen added reviewers: dmgreen, fhahn, Ayal, vkmr.
Herald added subscribers: psnobl, rogfer01, bollu, hiraditya.
Herald added a reviewer: rengolin.
Herald added a project: LLVM.
sdesmalen requested review of this revision.

This patch changes the type of Start, End in VFRange to be an ElementCount
instead of `unsigned`. This is done as preparation to make VPlans for
scalable vectors, but is otherwise NFC.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90715

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90715.302679.patch
Type: text/x-patch
Size: 4031 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201103/e8a62b90/attachment.bin>


More information about the llvm-commits mailing list