[Mlir-commits] [mlir] [mlir][OpenMP] inscan reduction modifier and scan op mlir support (PR #114737)

Anchu Rajendran S llvmlistbot at llvm.org
Tue Jan 14 11:19:10 PST 2025


================
@@ -1008,6 +1082,7 @@ class OpenMP_ReductionClauseSkip<
   ];
 
   let arguments = (ins
+    OptionalAttr<ReductionModifierAttr>:$reduction_mod,
----------------
anchuraj wrote:

Updated

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


More information about the Mlir-commits mailing list