[llvm] [VPlan] First step towards VPlan cost modeling (LegacyCM in CostCtx) (PR #92555)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun May 26 18:26:38 PDT 2024
================
@@ -730,6 +731,81 @@ void VPRegionBlock::execute(VPTransformState *State) {
State->Instance.reset();
}
+static InstructionCost computeCostForRecipe(VPRecipeBase *R, ElementCount VF,
----------------
fhahn wrote:
Moved as suggested, thanks!
https://github.com/llvm/llvm-project/pull/92555
More information about the llvm-commits
mailing list