[Mlir-commits] [flang] [llvm] [mlir] [Flang][OpenMP] Add support for scope construct (PR #193098)
Tom Eccles
llvmlistbot at llvm.org
Tue Apr 21 07:54:07 PDT 2026
================
@@ -1105,6 +1087,10 @@ void OmpStructureChecker::Enter(const parser::OmpBlockConstruct &x) {
CheckWorkdistributeBlockStmts(block, beginSpec.source);
break;
case llvm::omp::Directive::OMPD_scope:
+ HasInvalidWorksharingNesting(
----------------
tblah wrote:
I think this is only needed because you removed scope from the directive list above
https://github.com/llvm/llvm-project/pull/193098
More information about the Mlir-commits
mailing list