[all-commits] [llvm/llvm-project] bbada9: [NFC] Replace unsigned VF with ElementCount in Epi...
david-arm via All-commits
all-commits at lists.llvm.org
Mon Sep 13 02:18:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bbada9ff4571c1ce6d0f6f508644c6cd58a6e8d6
https://github.com/llvm/llvm-project/commit/bbada9ff4571c1ce6d0f6f508644c6cd58a6e8d6
Author: David Sherwood <david.sherwood at arm.com>
Date: 2021-09-13 (Mon, 13 Sep 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list