[llvm] [VPlan] Create epilogue minimum iteration check in VPlan. (PR #157545)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 16 14:00:54 PDT 2025
================
@@ -7361,121 +7348,22 @@ BasicBlock *EpilogueVectorizerMainLoop::emitIterationCountCheck(
/// This function is partially responsible for generating the control flow
/// depicted in https://llvm.org/docs/Vectorizers.html#epilogue-vectorization.
----------------
ayalz wrote:
Better update documentation to specify what (little) this method actually does? And what it returns.
https://github.com/llvm/llvm-project/pull/157545
More information about the llvm-commits
mailing list