[all-commits] [llvm/llvm-project] 2875df: [OPENMP50]Perform data mapping analysis only for e...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Mon Jul 20 10:02:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2875df0d56572168b478f80f59106284ef15d87d
https://github.com/llvm/llvm-project/commit/2875df0d56572168b478f80f59106284ef15d87d
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/target_map_messages.cpp
Log Message:
-----------
[OPENMP50]Perform data mapping analysis only for explicitly mapped data.
Summary:
According to OpenMP 5.0, the restrictions for mapping of overlapped data
apply only for explicitly mapped data, there is no restriction for
implicitly mapped data just like in OpenMP 4.5.
Reviewers: jdoerfert
Subscribers: yaxunl, guansong, sstefan1, cfe-commits, caomhin
Tags: #clang
Differential Revision: https://reviews.llvm.org/D83398
More information about the All-commits
mailing list