[Mlir-commits] [flang] [mlir] [OpenMP][mlir] Add DynGroupPrivateClause in omp dialect (PR #153562)

Sergio Afonso llvmlistbot at llvm.org
Tue Apr 7 09:08:39 PDT 2026


================

----------------
skatrak wrote:

Nit: Perhaps you can do something like `targetOp.getFallback().value_or(mlir::omp::FallbackModifier::default_mem)` (I might be misremembering how/whether you can get an `optional<>` from an MLIR attribute here, but it would help simplify things and keep all of the logic in the switch).

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


More information about the Mlir-commits mailing list