[flang-commits] [flang] [llvm] [Flang][OpenMP]Add parsing support for DISPATCH construct (PR #121982)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Fri Jan 24 10:21:57 PST 2025
================
@@ -1688,6 +1688,14 @@ void OmpStructureChecker::Leave(const parser::OpenMPDeclareTargetConstruct &x) {
dirContext_.pop_back();
}
+void OmpStructureChecker::Enter(const parser::OpenMPDispatchConstruct &x) {
+ PushContextAndClauseSets(x.source, llvm::omp::Directive::OMPD_dispatch);
----------------
kiranchandramohan wrote:
Done.
https://github.com/llvm/llvm-project/pull/121982
More information about the flang-commits
mailing list