[flang-commits] [flang] [flang][mlir] Add flang to mlir lowering for groupprivate (PR #180934)
via flang-commits
flang-commits at lists.llvm.org
Wed Jun 10 02:53:26 PDT 2026
================
@@ -1342,6 +1451,10 @@ static void createBodyOfOp(mlir::Operation &op, const OpWithBodyGenInfo &info,
}
}
+ if (info.dir == llvm::omp::Directive::OMPD_teams) {
----------------
skc7 wrote:
Added a TODO above the `OMPD_teams` check.
https://github.com/llvm/llvm-project/pull/180934
More information about the flang-commits
mailing list