[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


================
@@ -699,6 +700,14 @@ class VPLiveOut : public VPUser {
 #endif
 };
 
+struct VPCostContext {
----------------
ayalz wrote:

Document what this is for.

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


More information about the llvm-commits mailing list