[Mlir-commits] [mlir] [mlir] Translating task_reduction clause for pass-by-value vars to LLVMIR (PR #125218)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Jan 2 05:05:39 PST 2026
================
@@ -1388,6 +1388,14 @@ class OpenMP_TaskReductionClauseSkip<
OptionalAttr<SymbolRefArrayAttr>:$task_reduction_syms
);
+ let extraClassDeclaration = [{
+ /// Returns the number of reduction variables.
----------------
NimishMishra wrote:
Done. Reduced the indentation.
https://github.com/llvm/llvm-project/pull/125218
More information about the Mlir-commits
mailing list