]> granicus.if.org Git - clang/commit
[OPENMP] Improve handling of cancel directives in target-based
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 27 Nov 2017 16:54:08 +0000 (16:54 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 27 Nov 2017 16:54:08 +0000 (16:54 +0000)
commit61396a3c038285ab7f13984f1fdf80a217faf646
treee00a3bf81fccf0aeef15586b053e8496a9653bf3
parentfd5a81688fb3b5d5d36bab852f05efd4a234b4f5
[OPENMP] Improve handling of cancel directives in target-based
constructs, NFC.

Improved handling of cancel|cancellation point directives inside
target-based for directives.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319046 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGStmtOpenMP.cpp
test/OpenMP/target_parallel_for_codegen.cpp