[flang-commits] [flang] [mlir] [Flang][mlir] - Translation of delayed privatization for deferred target-tasks (PR #155348)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Fri Sep 12 08:16:43 PDT 2025


================
@@ -18,4 +19,5 @@ add_mlir_dialect_library(MLIRLLVMIRTransforms
   MLIRPass
   MLIRTransforms
   MLIRNVVMDialect
+  MLIROpenMPDialect
----------------
tblah wrote:

Huh I wonder if it works because Transforms is different to the LLVMIR dialect itself?

Even if it isn't a strict circular dependency, I don't know if this is good design. Could the pass live in the OpenMP dialect instead?

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


More information about the flang-commits mailing list