This is an archive of the discontinued LLVM Phabricator instance.

Reset cancellation status for 'parallel', 'sections' and 'for' constracts.
ClosedPublic

Authored by omalyshe on Mar 28 2017, 5:56 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

omalyshe created this revision.Mar 28 2017, 5:56 AM
AndreyChurbanov requested changes to this revision.Apr 3 2017, 5:14 AM

Can you add a test to check the fix?

This revision now requires changes to proceed.Apr 3 2017, 5:14 AM
omalyshe updated this revision to Diff 94049.Apr 4 2017, 4:50 AM
omalyshe edited edge metadata.

Added test case for the loop construct with '#pragma omp cancel' followed by the sections construct with cancellation point

This revision is now accepted and ready to land.Apr 4 2017, 5:49 AM
This revision was automatically updated to reflect the committed changes.