[llvm] [VPlan] Add initial VPScalarEvolution, use to get trip count SCEV (NFC) (PR #94464)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 16 13:24:38 PDT 2024
================
@@ -67,6 +67,7 @@ class VPTypeAnalysis {
// Collect a VPlan's ephemeral recipes (those used only by an assume).
void collectEphemeralRecipesForVPlan(VPlan &Plan,
DenseSet<VPRecipeBase *> &EphRecipes);
+
----------------
ayalz wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/94464
More information about the llvm-commits
mailing list