[flang-commits] [flang] [llvm] [mlir] [Flang][OpenMP] Add support for scope construct (PR #193098)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Tue Apr 21 07:54:06 PDT 2026
================
@@ -306,7 +306,6 @@ static const OmpDirectiveSet workShareSet{
Directive::OMPD_workshare,
Directive::OMPD_parallel_workshare,
Directive::OMPD_parallel_sections,
- Directive::OMPD_scope,
----------------
tblah wrote:
Why is scope removed here? I see it is considered worksharing elsewhere: https://github.com/llvm/llvm-project/blob/a2011b113acd4d5aaa841c6a86543c37c82d37b8/llvm/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h#L41
https://github.com/llvm/llvm-project/pull/193098
More information about the flang-commits
mailing list