================
@@ -4899,6 +4899,238 @@ void 
CGOpenMPRuntime::emitSingleReductionCombiner(CodeGenFunction &CGF,
   }
 }
 
+void CGOpenMPRuntime::emitPrivateReduction(
----------------
alexey-bataev wrote:

1. Add the comments, describing the logic of the function.
2. How does it differ from the regular reductions codegen? Can you try to unify 
the logic to reduce the maintenance cost?

https://github.com/llvm/llvm-project/pull/134709
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to