[Mlir-commits] [flang] [mlir] [mlir][OpenMP] Add iterator support to map/motion clause (PR #197047)
Sergio Afonso
llvmlistbot at llvm.org
Wed May 13 08:49:42 PDT 2026
https://github.com/skatrak commented:
Thank you for this work, I have a couple of comments.
I have a question about your plans to get this fully implemented. In particular, it appears that the current representation would be final and it's only missing MLIR to LLVM IR translation. However, if in MLIR we don't fully enumerate and match each variable mapped into a target region with an entry block argument, we can't use them (`omp.target` is `IsolatedFromAbove`). Is this something you've got a plan for?
https://github.com/llvm/llvm-project/pull/197047
More information about the Mlir-commits
mailing list