================
@@ -2689,6 +2688,14 @@ Expr *GenerateReductionInitRecipeExpr(ASTContext 
&Context,
         return nullptr;
     }
 
+  } else if (Ty->isArrayType()) {
----------------
erichkeane wrote:

I'd probably just put this as an 'or' in the below condition, plus update the 
comment, as we actually have full codegen support now.

https://github.com/llvm/llvm-project/pull/199178
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to