[llvm] [VPlan] First step towards VPlan cost modeling (LegacyCM in CostCtx) (PR #92555)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun May 26 18:26:37 PDT 2024
================
@@ -7396,6 +7397,122 @@ LoopVectorizationPlanner::plan(ElementCount UserVF, unsigned UserIC) {
return VF;
}
+InstructionCost VPCostContext::getLegacyCost(Instruction *UI, ElementCount VF) {
----------------
fhahn wrote:
done, thanks!
https://github.com/llvm/llvm-project/pull/92555
More information about the llvm-commits
mailing list