[NFC] Replace unsigned VF with ElementCount in EpilogueLoopVectorizationInfo
authorDavid Sherwood <david.sherwood@arm.com>
Tue, 7 Sep 2021 15:05:25 +0000 (16:05 +0100)
committerDavid Sherwood <david.sherwood@arm.com>
Mon, 13 Sep 2021 09:18:30 +0000 (10:18 +0100)
commitbbada9ff4571c1ce6d0f6f508644c6cd58a6e8d6
tree51381fce7305543668b5964a4dcc32918bd9e795
parent4c84a0f24c105c72452c5fb8659d5206d180142a
[NFC] Replace unsigned VF with ElementCount in EpilogueLoopVectorizationInfo

This patch simply replaces any unsigned VFs with ElementCounts. It's
still NFC because at the moment epilogue vectorisation is disabled
when the main vector loop uses scalable vectors.

Differential Revision: https://reviews.llvm.org/D109364
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp