================
@@ -2948,6 +2994,9 @@ class VPBasicBlock : public VPBlockBase {
return NewBlock;
}
+ /// Compute the cost of this VPBasicBlock
----------------
ayalz wrote:
```suggestion
/// Compute the cost of this VPBasicBlock.
```
https://github.com/llvm/llvm-project/pull/92555