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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri May 10 07:43:35 PDT 2024


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

Done, thanks!

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


More information about the llvm-commits mailing list