[OPENMP50]Check for lastprivate conditional updates in atomic
authorAlexey Bataev <a.bataev@hotmail.com>
Tue, 28 Jan 2020 16:19:45 +0000 (11:19 -0500)
committerAlexey Bataev <a.bataev@hotmail.com>
Tue, 28 Jan 2020 16:40:31 +0000 (11:40 -0500)
commitf117f2cc7837fbca75bf97fcca2a55423f3023ca
tree1e17afc97e5047464859a0c67980cb1317dab5a8
parent9c54b423380d33e58a325c588d305cf9ff1623f9
[OPENMP50]Check for lastprivate conditional updates in atomic
constructs.

Added analysis in atomic constrcuts to support checks for updates of
conditional lastprivate variables.
clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/test/OpenMP/parallel_for_lastprivate_conditional.cpp