[all-commits] [llvm/llvm-project] 6f7c87: [OPENMP]Fix behaviour of defaultmap for OpenMP 4.5.
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Fri Nov 22 08:29:52 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6f7c8760a5c01edaa8e9c8e48940e1b8a7aa4128
https://github.com/llvm/llvm-project/commit/6f7c8760a5c01edaa8e9c8e48940e1b8a7aa4128
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2019-11-22 (Fri, 22 Nov 2019)
Changed paths:
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/target_map_codegen.cpp
Log Message:
-----------
[OPENMP]Fix behaviour of defaultmap for OpenMP 4.5.
In OpenMP 4.5 pointers also must be considered as scalar types and
defaultmap(tofrom:scalar) clause must affect mapping of the pointers
too.
More information about the All-commits
mailing list