]> granicus.if.org Git - clang/commit
[OPENMP] Additional attributes for the pointer parameters.
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 10 Apr 2018 20:10:53 +0000 (20:10 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 10 Apr 2018 20:10:53 +0000 (20:10 +0000)
commit6d12dfba817647eb93f17349b0fc8f93a900531e
tree62a1799eec3b7dd31af7d097aab2a1c042b6c7bf
parentaafdda699f1e07023284e88acf8ddeaa3e993a5a
[OPENMP] Additional attributes for the pointer parameters.

Added attributes for better optimization of the OpenMP code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@329751 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
lib/CodeGen/CGStmtOpenMP.cpp
lib/Sema/SemaOpenMP.cpp
lib/Sema/SemaStmt.cpp
test/OpenMP/target_enter_data_depend_codegen.cpp
test/OpenMP/target_exit_data_depend_codegen.cpp
test/OpenMP/target_update_depend_codegen.cpp