[PATCH] D78941: [OPENMP]Allow cancellation constructs in target parallel regions.

2020-04-30 Thread Alexey Bataev via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGb737b814feea: [OPENMP]Allow cancellation constructs in target parallel regions. (authored by ABataev). Changed prior to commit: https://reviews.llvm.org/D78941?vs=260355&id=261317#toc Repository: rG

[PATCH] D78941: [OPENMP]Allow cancellation constructs in target parallel regions.

2020-04-30 Thread Johannes Doerfert via Phabricator via cfe-commits
jdoerfert accepted this revision. jdoerfert added a comment. This revision is now accepted and ready to land. LGTM. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D78941/new/ https://reviews.llvm.org/D78941

[PATCH] D78941: [OPENMP]Allow cancellation constructs in target parallel regions.

2020-04-27 Thread Alexey Bataev via Phabricator via cfe-commits
ABataev created this revision. ABataev added a reviewer: jdoerfert. Herald added subscribers: guansong, yaxunl. Herald added a project: clang. omp cancellation point parallel and omp cancel parallel directives are allowed in target paralle regions. Repository: rG LLVM Github Monorepo https://