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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 03:19:33 PDT 2024


================
@@ -920,6 +979,10 @@ void VPlan::execute(VPTransformState *State) {
          "DT not preserved correctly");
 }
 
+InstructionCost VPlan::cost(ElementCount VF, VPCostContext &Ctx) {
----------------
fhahn wrote:

Added ,thanks!

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


More information about the llvm-commits mailing list