[llvm] [VPlan] Extend getSCEVForVPV, use to compute VPReplicateRecipe cost. (PR #161276)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 21 13:12:29 PDT 2025


================
@@ -3333,13 +3336,14 @@ InstructionCost VPReplicateRecipe::computeCost(ElementCount VF,
         UI->getOpcode(), ValTy, Alignment, AS, Ctx.CostKind, OpInfo);
 
     Type *PtrTy = isSingleScalar() ? ScalarPtrTy : toVectorTy(ScalarPtrTy, VF);
+
----------------
fhahn wrote:

Should be removed, thanks

https://github.com/llvm/llvm-project/pull/161276


More information about the llvm-commits mailing list