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

Sergio Afonso llvmlistbot at llvm.org
Tue Jan 21 04:21:53 PST 2025


================
@@ -817,9 +835,10 @@ struct ReductionPrintArgs {
   TypeRange types;
   DenseBoolArrayAttr byref;
   ArrayAttr syms;
+  ReductionModifierAttr *modifier;
----------------
skatrak wrote:

No need for this to be a pointer, since MLIR attribute classes can be set to null. Same comment for the constructor argument list below and `printClauseWithRegionArgs`.

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


More information about the Mlir-commits mailing list