[flang-commits] [flang] [flang][mlir] Add flang to mlir lowering for groupprivate (PR #180934)
Sergio Afonso via flang-commits
flang-commits at lists.llvm.org
Tue Jun 9 08:08:50 PDT 2026
================
@@ -1342,6 +1451,10 @@ static void createBodyOfOp(mlir::Operation &op, const OpWithBodyGenInfo &info,
}
}
+ if (info.dir == llvm::omp::Directive::OMPD_teams) {
----------------
skatrak wrote:
Nit: Add a TODO comment to indicate that `groupprivate` is only currently supported for `teams` constructs.
https://github.com/llvm/llvm-project/pull/180934
More information about the flang-commits
mailing list