[Mlir-commits] [flang] [mlir] [Flang][OpenMP][Dialect] Swap to using MLIR dialect enum to encode map flags (PR #164043)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Oct 17 18:59:51 PDT 2025


agozillon wrote:

I've kept this in one block PR as we'll have to do the swap for all pieces at the same time or we'll have breakages and it's for the most part just amending tests and swapping to using the new syntax for combining the map flags in various locations. The main additions are a new openmp dialect enumerator for the map flags, and then a simple conversion function in the OpenMPToLLVMIRTranslation step to convert to the LLVM/runtime map flags from the new dialect flags.
 
Happy to split this into multiple stacked PRs though if we wish to. 

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


More information about the Mlir-commits mailing list