[all-commits] [llvm/llvm-project] f117f2: [OPENMP50]Check for lastprivate conditional update...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Tue Jan 28 08:43:39 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f117f2cc7837fbca75bf97fcca2a55423f3023ca
https://github.com/llvm/llvm-project/commit/f117f2cc7837fbca75bf97fcca2a55423f3023ca
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/test/OpenMP/parallel_for_lastprivate_conditional.cpp
Log Message:
-----------
[OPENMP50]Check for lastprivate conditional updates in atomic
constructs.
Added analysis in atomic constrcuts to support checks for updates of
conditional lastprivate variables.
More information about the All-commits
mailing list