[all-commits] [llvm/llvm-project] 8035d3: [Flang][OpenMP]Add parsing support for DISPATCH co...
Mats Petersson via All-commits
all-commits at lists.llvm.org
Sun Jan 26 01:44:26 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8035d38daab028b8da3cf2b01090b5f0ceacd695
https://github.com/llvm/llvm-project/commit/8035d38daab028b8da3cf2b01090b5f0ceacd695
Author: Mats Petersson <mats.petersson at arm.com>
Date: 2025-01-26 (Sun, 26 Jan 2025)
Changed paths:
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Parser/openmp-parsers.cpp
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/check-omp-structure.h
M flang/lib/Semantics/resolve-directives.cpp
A flang/test/Lower/OpenMP/Todo/dispatch.f90
A flang/test/Parser/OpenMP/dispatch.f90
A flang/test/Semantics/OpenMP/dispatch.f90
Log Message:
-----------
[Flang][OpenMP]Add parsing support for DISPATCH construct (#121982)
This allows the Flang parser to accept the !$OMP DISPATCH and related
clauses.
Lowering is currently not implemented. Tests for unparse and parse-tree
dump is provided, and one for checking that the lowering ends in a "not
yet implemented"
---------
Co-authored-by: Kiran Chandramohan <kiran.chandramohan at arm.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list