[PATCH] D65106: [OPENMP]Add support for analysis of reduction variables.

2019-07-26 Thread Alexey Bataev via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL367116: [OPENMP]Add support for analysis of reduction variables. (authored by ABataev, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Repository: rL LLVM CHANGES

[PATCH] D65106: [OPENMP]Add support for analysis of reduction variables.

2019-07-25 Thread Artem Dergachev via Phabricator via cfe-commits
NoQ accepted this revision. NoQ added a comment. This revision is now accepted and ready to land. Herald added a reviewer: jdoerfert. Great, thanks! That'll be fun to model in the static analyzer :/ Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D65106/new/ https:

[PATCH] D65106: [OPENMP]Add support for analysis of reduction variables.

2019-07-22 Thread Alexey Bataev via Phabricator via cfe-commits
ABataev created this revision. ABataev added a reviewer: NoQ. Herald added subscribers: jdoerfert, guansong. Herald added a project: clang. Reduction variables are the variables, for which the private copies must be created in the OpenMP regions. Then they are initialized with the predefined value