[llvm] [VPlan] Sink retrieving legacy costs to more specific computeCost impls. (PR #109708)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 9 05:50:05 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,
----------------
fhahn wrote:
Added thanks!
https://github.com/llvm/llvm-project/pull/109708
More information about the llvm-commits
mailing list