================
@@ -920,6 +979,10 @@ void VPlan::execute(VPTransformState *State) {
"DT not preserved correctly");
}
+InstructionCost VPlan::cost(ElementCount VF, VPCostContext &Ctx) {
----------------
fhahn wrote:
Added ,thanks!
https://github.com/llvm/llvm-project/pull/92555