[all-commits] [llvm/llvm-project] 24a133: [LV] Rename CountRoundDown to VectorTripCount (NFC)
Ricky Zhou via All-commits
all-commits at lists.llvm.org
Fri Apr 29 05:50:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 24a133e16fc50a39e530c7795edabbdf3b2edd2d
https://github.com/llvm/llvm-project/commit/24a133e16fc50a39e530c7795edabbdf3b2edd2d
Author: Ricky Zhou <ricky at rzhou.org>
Date: 2022-04-29 (Fri, 29 Apr 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Rename CountRoundDown to VectorTripCount (NFC)
The name CountRoundDown is potentially misleading, as the number of
iterations can be rounded up when folding the tail.
Reviewed By: fhahn
Differential Revision: https://reviews.llvm.org/D119681
More information about the All-commits
mailing list