[all-commits] [llvm/llvm-project] d57337: [flang][OpenMP] Make OpenMPCriticalConstruct follo...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Mon Aug 4 10:40:14 PDT 2025
Branch: refs/heads/users/kparzysz/a08-critical-block
Home: https://github.com/llvm/llvm-project
Commit: d57337ec742dd2ace259ab7599b587265723840d
https://github.com/llvm/llvm-project/commit/d57337ec742dd2ace259ab7599b587265723840d
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2025-08-04 (Mon, 04 Aug 2025)
Changed paths:
M flang/include/flang/Parser/parse-tree.h
A flang/include/flang/Semantics/openmp-utils.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-atomic.cpp
M flang/lib/Semantics/check-omp-loop.cpp
M flang/lib/Semantics/check-omp-metadirective.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/openmp-utils.cpp
R flang/lib/Semantics/openmp-utils.h
M flang/lib/Semantics/resolve-directives.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/lib/Semantics/unparse-with-symbols.cpp
M flang/test/Parser/OpenMP/critical-unparse-with-symbols.f90
M flang/test/Semantics/OpenMP/sync-critical01.f90
M flang/test/Semantics/OpenMP/sync-critical02.f90
Log Message:
-----------
[flang][OpenMP] Make OpenMPCriticalConstruct follow block structure
This allows not having the END CRITICAL directive in certain situations.
Update semantic checks and symbol resolution.
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