[all-commits] [llvm/llvm-project] 7b518d: [OPENMP50]Support lastprivate conditional updates ...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Mon Jan 6 13:38:53 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7b518dcb291e740c3e957d93c2b4046bc8a97f00
https://github.com/llvm/llvm-project/commit/7b518dcb291e740c3e957d93c2b4046bc8a97f00
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-01-06 (Mon, 06 Jan 2020)
Changed paths:
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.h
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/test/OpenMP/for_lastprivate_codegen.cpp
M clang/test/OpenMP/sections_lastprivate_codegen.cpp
Log Message:
-----------
[OPENMP50]Support lastprivate conditional updates in inc/dec unary ops.
Added support for checking of updates of variables used in unary
pre(pos) inc/dec expressions.
More information about the All-commits
mailing list