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

Kareem Ergawy llvmlistbot at llvm.org
Thu Oct 16 02:35:46 PDT 2025


================
@@ -0,0 +1,26 @@
+//===-- Passes.td - LLVM pass definition file --------------*- tablegen -*-===//
----------------
ergawy wrote:

I think almost all passes under `flang/Optimizer/OpenMP/passes.td` could be moved here as well. At least, I think this pass, `MapInfoFinalizationPass`, and `MapsForPrivatizedSymbolsPass` should fall under the same category.

Not now of course, but I think this will make the code better organized.

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


More information about the Mlir-commits mailing list