[all-commits] [llvm/llvm-project] 8b3544: [flang][OpenMP] Add symbol table scopes for `teams...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Thu Jun 12 21:49:13 PDT 2025
Branch: refs/heads/users/ergawy/target_parallel_teams_private
Home: https://github.com/llvm/llvm-project
Commit: 8b3544902163e060d423777e259cbea7c176847e
https://github.com/llvm/llvm-project/commit/8b3544902163e060d423777e259cbea7c176847e
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths:
M flang/lib/Lower/OpenMP/OpenMP.cpp
R flang/test/Lower/OpenMP/Todo/target-parallel-private.f90
R flang/test/Lower/OpenMP/Todo/target-teams-private.f90
A flang/test/Lower/OpenMP/target-parallel-private.f90
A flang/test/Lower/OpenMP/target-teams-private.f90
Log Message:
-----------
[flang][OpenMP] Add symbol table scopes for `teams` and `parallel`
Adds symbol map scopes for standalone `teams` and `parallel` constructs.
This is required to properly bind the privatized symbols in both
constructs so that nested constructs can find them.
Resolves https://github.com/llvm/llvm-project/issues/116428.
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