[llvm] [VPlan] Fix packed replication of struct types (PR #160274)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 24 06:27:05 PDT 2025


================
@@ -453,6 +453,224 @@ exit:
   ret void
 }
 
+define void @struct_return_2xf32_replicate_predicated(ptr %a) {
+; CHECK-LABEL: define void @scalarized_predicated_struct_return
+; CHECK:       vector.body:
+; CHECK:         [[WIDE_CALL:%.*]] = call { <vscale x 2 x double>, <vscale x 2 x double> } @scalable_vec_masked_bar(<vscale x 2 x double> [[WIDE_MASKED_LOAD:%.*]], <vscale x 2 x i1> [[ACTIVE_LANE_MASK:%.*]])
----------------
fhahn wrote:

Are those left-overs from before the checks were auto-generated?

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


More information about the llvm-commits mailing list