[llvm] [VPlan] Add VPInstruction to unpack vector values to scalars. (PR #155670)

via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 5 23:07:07 PDT 2025


================
@@ -326,8 +326,9 @@ struct VPlanTransforms {
                                             VPBasicBlock *VectorPH);
 
   /// Add explicit Build[Struct]Vector recipes that combine multiple scalar
-  /// values into single vectors.
-  static void materializeBuildVectors(VPlan &Plan);
+  /// values into single vectors and UnpackVector to extract scalars from a
----------------
ayalz wrote:

```suggestion
  /// values into single vectors and Unpack recipes to extract scalars from a
```


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


More information about the llvm-commits mailing list