[Mlir-commits] [mlir] [OpenMP][MLIR] Lowering task_reduction clause	to LLVMIR (PR #111788)
    Christian Ulmann 
    llvmlistbot at llvm.org
       
    Wed Oct  9 22:53:55 PDT 2024
    
    
  
================
@@ -1142,19 +1141,238 @@ convertOmpTaskOp(omp::TaskOp taskOp, llvm::IRBuilderBase &builder,
   return bodyGenStatus;
 }
 
+template <typename OP>
+llvm::Value *createTaskReductionFunction(
----------------
Dinistro wrote:
Nit: This should be static and requires a comment.
https://github.com/llvm/llvm-project/pull/111788
    
    
More information about the Mlir-commits
mailing list