This revision was automatically updated to reflect the committed changes.
Closed by commit rL295474: [OpenMP] Fix cancellation point in task with no
cancel (authored by Hahnfeld).
Changed prior to commit:
https://reviews.llvm.org/D30091?vs=88878&id=88922#toc
Repository:
rL LLVM
https://revi
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG
https://reviews.llvm.org/D30091
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-c
Hahnfeld created this revision.
With tasks, the cancel may happen in another task. This has a different
region info which means that we can't find it here.
https://reviews.llvm.org/D30091
Files:
lib/CodeGen/CGOpenMPRuntime.cpp
test/OpenMP/cancellation_point_codegen.cpp
Index: test/OpenMP/