[llvm] [VPlan] Sink retrieving legacy costs to more specific computeCost impls. (PR #109708)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 8 14:32:35 PDT 2024
================
@@ -2326,6 +2332,9 @@ class VPInterleaveRecipe : public VPRecipeBase {
/// Generate the wide load or store, and shuffles.
void execute(VPTransformState &State) override;
+ InstructionCost computeCost(ElementCount VF,
----------------
ayalz wrote:
Would be good to /// document, here and elsewhere.
https://github.com/llvm/llvm-project/pull/109708
More information about the llvm-commits
mailing list