[llvm] 75c7521 - [Vectorize] Remove unused declaration requiresTooManyRuntimeChecks
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Mon May 29 11:57:04 PDT 2023
Author: Kazu Hirata
Date: 2023-05-29T11:56:50-07:00
New Revision: 75c75215e37bfa4ac9cd198d0b1489379a9e6281
URL: https://github.com/llvm/llvm-project/commit/75c75215e37bfa4ac9cd198d0b1489379a9e6281
DIFF: https://github.com/llvm/llvm-project/commit/75c75215e37bfa4ac9cd198d0b1489379a9e6281.diff
LOG: [Vectorize] Remove unused declaration requiresTooManyRuntimeChecks
The corresponding function definition was removed by:
commit 644a965c1efef68f22d9495e4cefbb599c214788
Author: Florian Hahn <flo at fhahn.com>
Date: Mon Jul 4 15:10:48 2022 +0100
Added:
Modified:
llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
Removed:
################################################################################
diff --git a/llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h b/llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
index d67772129cef..bce3ccae5012 100644
--- a/llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
+++ b/llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
@@ -353,9 +353,6 @@ class LoopVectorizationPlanner {
getDecisionAndClampRange(const std::function<bool(ElementCount)> &Predicate,
VFRange &Range);
- /// Check if the number of runtime checks exceeds the threshold.
- bool requiresTooManyRuntimeChecks() const;
-
/// \return The most profitable vectorization factor and the cost of that VF
/// for vectorizing the epilogue. Returns VectorizationFactor::Disabled if
/// epilogue vectorization is not supported for the loop.
More information about the llvm-commits
mailing list