[llvm] [VPlan] First step towards VPlan cost modeling (LegacyCM in CostCtx) (PR #92555)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 1 06:17:38 PDT 2024


================
@@ -2948,6 +2994,9 @@ class VPBasicBlock : public VPBlockBase {
     return NewBlock;
   }
 
+  /// Compute the cost of this VPBasicBlock
----------------
fhahn wrote:

fixed, thanks!

https://github.com/llvm/llvm-project/pull/92555


More information about the llvm-commits mailing list