[all-commits] [llvm/llvm-project] 4f48c1: [flang][OpenMP] Store directive information in Ope...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Sat Jul 26 15:14:24 PDT 2025
Branch: refs/heads/users/kparzysz/a02-section-construct-name
Home: https://github.com/llvm/llvm-project
Commit: 4f48c1cfef2a5e75055aaaa6a1a2bace5ae0c871
https://github.com/llvm/llvm-project/commit/4f48c1cfef2a5e75055aaaa6a1a2bace5ae0c871
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2025-07-26 (Sat, 26 Jul 2025)
Changed paths:
M flang/examples/FeatureList/FeatureList.cpp
M flang/examples/FlangOmpReport/FlangOmpReportVisitor.cpp
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/openmp-utils.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/test/Examples/omp-sections.f90
M flang/test/Parser/OpenMP/sections.f90
Log Message:
-----------
[flang][OpenMP] Store directive information in OpenMPSectionConstruct
The OpenMPSectionConstruct corresponds to `!$omp section` directive, but
there is nothing in the AST node that stores the directive information.
Even though the only possibility (at the moment) is "section" without any
clauses, for improved generality it is helpful to have that information
anyway.
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