[all-commits] [llvm/llvm-project] 94204f: [flang][OpenMP] Fix location of `barrier` in `copy...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Mon May 6 12:43:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 94204f59e92473bb19333f40a2250b64a398191a
https://github.com/llvm/llvm-project/commit/94204f59e92473bb19333f40a2250b64a398191a
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-05-06 (Mon, 06 May 2024)
Changed paths:
M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
A flang/test/Lower/OpenMP/copyin-order.f90
Log Message:
-----------
[flang][OpenMP] Fix location of `barrier` in `copyin` clause (#91214)
Insert the barrier after the last _executed_ copy, not the most recently
inserted copy.
This fixes https://github.com/llvm/llvm-project/issues/91205.
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