[PATCH] D52731: [OpenMP] Simplify code for reductions on distribute directives, NFC.

2018-10-02 Thread Jonas Hahnfeld via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC343617: [OpenMP] Simplify code for reductions on distribute directives, NFC. (authored by Hahnfeld, committed by ). Repository: rC Clang https://reviews.llvm.org/D52731 Files: lib/CodeGen/CGStmtOpen

[PATCH] D52731: [OpenMP] Simplify code for reductions on distribute directives, NFC.

2018-10-01 Thread Alexey Bataev via Phabricator via cfe-commits
ABataev accepted this revision. ABataev added a comment. This revision is now accepted and ready to land. LG Repository: rC Clang https://reviews.llvm.org/D52731 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bi

[PATCH] D52731: [OpenMP] Simplify code for reductions on distribute directives, NFC.

2018-10-01 Thread Jonas Hahnfeld via Phabricator via cfe-commits
Hahnfeld created this revision. Hahnfeld added reviewers: ABataev, gtbercea. Herald added subscribers: cfe-commits, guansong. Only need to care about the 'distribute simd' case, all other composite directives are handled elsewhere. This was already reflected in the outer 'if' condition, so all oth