[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


================
@@ -1388,6 +1388,14 @@ class OpenMP_TaskReductionClauseSkip<
     OptionalAttr<SymbolRefArrayAttr>:$task_reduction_syms
   );
 
+  let extraClassDeclaration = [{
+        /// Returns the number of reduction variables.
----------------
tblah wrote:

nit: formatting

https://github.com/llvm/llvm-project/pull/125218


More information about the Mlir-commits mailing list