[llvm] [VPlan] Model branch cond to enter scalar epilogue in VPlan. (PR #92651)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 4 05:25:16 PDT 2024
================
@@ -3203,7 +3203,9 @@ class VPlan {
/// pre-header, followed by a region for the vector loop, followed by the
/// middle VPBasicBlock.
static VPlanPtr createInitialVPlan(const SCEV *TripCount,
- ScalarEvolution &PSE, BasicBlock *PH);
+ ScalarEvolution &PSE,
----------------
ayalz wrote:
Documentation above deserves updating. Worth removing "skeleton" to avoid confusion, "\p PH" should be rephrased, etc.
https://github.com/llvm/llvm-project/pull/92651
More information about the llvm-commits
mailing list