[llvm] [VPlan] Extend getSCEVForVPV, use to compute VPReplicateRecipe cost. (PR #161276)
    Ramkumar Ramachandra via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Oct 20 13:58:41 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);
+
----------------
artagnon wrote:
Stray newline?
https://github.com/llvm/llvm-project/pull/161276
    
    
More information about the llvm-commits
mailing list