[Mlir-commits] [mlir] [mlir][OpenMP] inscan reduction modifier and scan op mlir support (PR #114737)
Sergio Afonso
llvmlistbot at llvm.org
Thu Dec 12 03:07:14 PST 2024
================
@@ -1008,6 +1082,7 @@ class OpenMP_ReductionClauseSkip<
];
let arguments = (ins
+ OptionalAttr<ReductionModifierAttr>:$reduction_mod,
----------------
skatrak wrote:
Nit: Describe the new argument in the description text below.
https://github.com/llvm/llvm-project/pull/114737
More information about the Mlir-commits
mailing list