[llvm] [VPlan] First step towards VPlan cost modeling. (PR #67934)

via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 13:02:41 PDT 2024


================
@@ -340,6 +340,9 @@ class LoopVectorizationPlanner {
   /// A builder used to construct the current plan.
   VPBuilder Builder;
 
+  /// Computes the cost of \p Plan for vectorization factor \p VF.
----------------
ayalz wrote:

Ideally a method of VPlan?

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


More information about the llvm-commits mailing list