[Mlir-commits] [clang] [llvm] [mlir] [MLIR][OpenMP] Add codegen for teams reductions (PR #133310)

Sergio Afonso llvmlistbot at llvm.org
Mon Mar 31 06:44:26 PDT 2025


================
@@ -1987,7 +1984,8 @@ class OpenMPIRBuilder {
                                         InsertPointTy AllocaIP,
                                         ArrayRef<ReductionInfo> ReductionInfos,
                                         ArrayRef<bool> IsByRef,
-                                        bool IsNoWait = false);
+                                        bool IsNoWait = false,
+                                        bool IsTeamsReduction = false);
----------------
skatrak wrote:

Nit: Update comment above.

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


More information about the Mlir-commits mailing list