[llvm] [VPlan] Add initial VPScalarEvolution, use to get trip count SCEV (NFC) (PR #94464)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 18 13:14:44 PDT 2024
================
@@ -26,6 +26,8 @@ struct VPWidenSelectRecipe;
class VPReplicateRecipe;
class VPRecipeBase;
class VPlan;
+class SCEV;
+class ScalarEvolution;
----------------
ayalz wrote:
nit: better placed above between LLVMContext and VPValue, along with Type.
https://github.com/llvm/llvm-project/pull/94464
More information about the llvm-commits
mailing list