================
@@ -3198,6 +3250,9 @@ class VPlan {
/// Generate the IR code for this VPlan.
void execute(VPTransformState *State);
+ /// Compute the cost of this plan.
----------------
fhahn wrote:
Updated, thanks!
https://github.com/llvm/llvm-project/pull/92555