[all-commits] [llvm/llvm-project] 843c2f: Add parser+semantics support for scope construct (...
Kiran Chandramohan via All-commits
all-commits at lists.llvm.org
Fri Oct 25 10:57:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 843c2fbe7f983c2a2059f753e4494f06fb645a9e
https://github.com/llvm/llvm-project/commit/843c2fbe7f983c2a2059f753e4494f06fb645a9e
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2024-10-25 (Fri, 25 Oct 2024)
Changed paths:
M flang/include/flang/Semantics/openmp-directive-sets.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/resolve-directives.cpp
A flang/test/Lower/OpenMP/Todo/scope.f90
A flang/test/Parser/OpenMP/scope.f90
M flang/test/Semantics/OpenMP/invalid-branch.f90
M flang/test/Semantics/OpenMP/nested01.f90
M llvm/include/llvm/Frontend/OpenMP/OMP.td
Log Message:
-----------
Add parser+semantics support for scope construct (#113700)
Test parsing, semantics and a couple of basic semantic checks for
block/worksharing constructs.
Add TODO message in lowering.
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