[all-commits] [llvm/llvm-project] 4a3bb9: [VPlan] NFC: Change VFRange to take ElementCount
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Fri Nov 6 01:51:58 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4a3bb9ea6c0da96053c83561340d3c55a889324a
https://github.com/llvm/llvm-project/commit/4a3bb9ea6c0da96053c83561340d3c55a889324a
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2020-11-06 (Fri, 06 Nov 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] NFC: Change VFRange to take ElementCount
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.
Reviewed By: dmgreen, fhahn, vkmr
Differential Revision: https://reviews.llvm.org/D90715
More information about the All-commits
mailing list