Files
llvm-project/llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
Florian Hahn 10fe2e3d68 [VPlan] Pass TTI + CostKind to spillCost instead of CostCtx (NFC) (#194417)
Instead of passing CostContext, directly pass the needed TTI and
CostKind. This makes the function easier to re-use in other places,
without the need of constructing VPCostContext.

Split off from https://github.com/llvm/llvm-project/pull/194267 as
suggested.
2026-04-27 22:31:33 +01:00

25 KiB