[llvm] [VPlan] Fix packed replication of struct types (PR #160274)
    Luke Lau via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Sep 24 06:41:26 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:%.*]])
----------------
lukel97 wrote:
Yup, will remove
https://github.com/llvm/llvm-project/pull/160274
    
    
More information about the llvm-commits
mailing list