[Mlir-commits] [mlir] [mlir] Translating task_reduction clause for pass-by-value vars to LLVMIR (PR #125218)
Tom Eccles
llvmlistbot at llvm.org
Fri Jan 2 03:51:23 PST 2026
================
@@ -2469,6 +2473,228 @@ convertOmpTaskOp(omp::TaskOp taskOp, llvm::IRBuilderBase &builder,
return success();
}
+template <typename OP>
----------------
tblah wrote:
nit: a short documentation comment would be nice - this isn't a trivial function.
https://github.com/llvm/llvm-project/pull/125218
More information about the Mlir-commits
mailing list