[llvm] [VPlan] Materialize Build(Struct)Vectors for VPReplicateRecipes. (NFCI) (PR #151487)
    Florian Hahn via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Aug  9 13:21:48 PDT 2025
    
    
  
================
@@ -256,6 +256,10 @@ struct VPlanTransforms {
                                          unsigned BestUF,
                                          PredicatedScalarEvolution &PSE);
 
+  /// Add explicit Build[Struct]Vector recipes that combine scalar values
+  /// produced by VPReplicateRecipes to a single vector.
----------------
fhahn wrote:
Yep, clarified thanks
https://github.com/llvm/llvm-project/pull/151487
    
    
More information about the llvm-commits
mailing list