[llvm] [VPlan] Create epilogue minimum iteration check in VPlan. (PR #157545)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 24 10:53:23 PDT 2025
================
@@ -117,6 +117,13 @@ struct VPlanTransforms {
bool TailFolded, bool CheckNeededWithTailFolding, Loop *OrigLoop,
const uint32_t *MinItersBypassWeights, DebugLoc DL, ScalarEvolution &SE);
+ /// Add a check to \p Plan to see if the epilogue vector loop should be
+ /// executed.
+ static void addMinimumVectorEpilogueIterationCheck(
----------------
fhahn wrote:
IIUC when the function is used in `llvm/unittests`
https://github.com/llvm/llvm-project/pull/157545
More information about the llvm-commits
mailing list