[llvm] [VPlan] Compute cost of replicating calls in VPlan. (NFCI) (PR #154291)
    Florian Hahn via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Aug 26 01:27:54 PDT 2025
    
    
  
================
@@ -3017,8 +3010,43 @@ InstructionCost VPReplicateRecipe::computeCost(ElementCount VF,
     SmallVector<Type *, 4> Tys;
     for (VPValue *ArgOp : drop_end(operands()))
       Tys.push_back(Ctx.Types.inferScalarType(ArgOp));
+
----------------
fhahn wrote:
Removed thanks
https://github.com/llvm/llvm-project/pull/154291
    
    
More information about the llvm-commits
mailing list