[Mlir-commits] [flang] [mlir] [flang][OpenMP] Add `OutlineableOpenMPOpInterface` to `omp.teams` (PR #131109)

Sergio Afonso llvmlistbot at llvm.org
Thu Mar 13 07:47:16 PDT 2025


https://github.com/skatrak approved this pull request.

Thank you, this makes sense to me. I'm just wondering whether several other operations which don't have this interface should (e.g. `omp.section(s)`, `omp.taskgroup`, `omp.master`, ...), in order to avoid the same issue, or what is the logic to choose when this is needed.

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


More information about the Mlir-commits mailing list