[llvm] [VPlan] Add initial VPScalarEvolution, use to get trip count SCEV (NFC) (PR #94464)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 12:10:30 PDT 2024


================
@@ -26,6 +26,8 @@ struct VPWidenSelectRecipe;
 class VPReplicateRecipe;
 class VPRecipeBase;
 class VPlan;
+class SCEV;
+class ScalarEvolution;
----------------
fhahn wrote:

Moved to VPlanUtils.h

https://github.com/llvm/llvm-project/pull/94464


More information about the llvm-commits mailing list