[all-commits] [llvm/llvm-project] 0860db: [OPENMP50]Codegen for nontemporal clause.
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Mon Dec 23 07:10:43 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0860db966a7d2ab61b26e41426a55189986924b4
https://github.com/llvm/llvm-project/commit/0860db966a7d2ab61b26e41426a55189986924b4
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2019-12-23 (Mon, 23 Dec 2019)
Changed paths:
M clang/include/clang/AST/OpenMPClause.h
M clang/include/clang/AST/RecursiveASTVisitor.h
M clang/lib/AST/OpenMPClause.cpp
M clang/lib/AST/StmtProfile.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.h
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/Sema/SemaOpenMP.cpp
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/test/OpenMP/distribute_simd_codegen.cpp
M clang/test/OpenMP/for_simd_codegen.cpp
M clang/test/OpenMP/simd_codegen.cpp
M clang/test/OpenMP/target_parallel_for_simd_codegen.cpp
M clang/test/OpenMP/target_simd_codegen.cpp
M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_if_codegen.cpp
M clang/test/OpenMP/target_teams_distribute_simd_codegen.cpp
M clang/test/OpenMP/teams_distribute_simd_codegen.cpp
M clang/tools/libclang/CIndex.cpp
Log Message:
-----------
[OPENMP50]Codegen for nontemporal clause.
Summary:
Basic codegen for the declarations marked as nontemporal. Also, if the
base declaration in the member expression is marked as nontemporal,
lvalue for member decl access inherits nonteporal flag from the base
lvalue.
Reviewers: rjmccall, hfinkel, jdoerfert
Subscribers: guansong, arphaman, caomhin, kkwli0, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D71708
More information about the All-commits
mailing list