[all-commits] [llvm/llvm-project] 53b590: [flang][OpenMP] Implement copyin for pointers and ...
David Truby via All-commits
all-commits at lists.llvm.org
Tue Sep 10 06:59:44 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53b59022b07317fa01bf8601d12915dce424baf0
https://github.com/llvm/llvm-project/commit/53b59022b07317fa01bf8601d12915dce424baf0
Author: David Truby <david.truby at arm.com>
Date: 2024-09-10 (Tue, 10 Sep 2024)
Changed paths:
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
M flang/test/Lower/OpenMP/copyin.f90
Log Message:
-----------
[flang][OpenMP] Implement copyin for pointers and allocatables. (#107425)
The copyin clause currently forbids pointer and allocatable variables,
which are allowed by the OpenMP 1.1 and 3.0 specifications respectively.
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