[all-commits] [llvm/llvm-project] 1bcd31: [flang][OpenMP] Use OmpDirectiveSpecification in D...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Thu Jul 10 10:25:16 PDT 2025
Branch: refs/heads/users/kparzysz/b02-dispatch-block
Home: https://github.com/llvm/llvm-project
Commit: 1bcd318939236190a30cfb3259bcb9ca972f1fd3
https://github.com/llvm/llvm-project/commit/1bcd318939236190a30cfb3259bcb9ca972f1fd3
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2025-07-10 (Thu, 10 Jul 2025)
Changed paths:
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Parser/openmp-parsers.cpp
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M flang/test/Parser/OpenMP/dispatch.f90
M flang/test/Semantics/OpenMP/dispatch.f90
Log Message:
-----------
[flang][OpenMP] Use OmpDirectiveSpecification in DISPATCH
Dispatch is the last construct (after ATOMIC and ALLOCATORS) where the
associated block requires a specific form.
Using OmpDirectiveSpecification for the begin and the optional end
directives will make the structure of all block directives more uniform.
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