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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Apr 14 05:50:01 PDT 2026


================
@@ -6847,6 +6853,23 @@ initTargetRuntimeAttrs(llvm::IRBuilderBase &builder,
   }
 }
 
+static llvm::omp::OMPDynGroupprivateFallbackType
+getDynGroupprivateFallbackType(omp::TargetOp targetOp) {
----------------
skc7 wrote:

It now takes omp::FallbackModifierAttr directly in latest patch. I think mlir attributes are null-checkable and std::optional isn't required afaik. Thanks for suggestion.

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


More information about the Mlir-commits mailing list