This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP, NVPTX] Sync threads before start ordered loops.
ClosedPublic

Authored by ABataev on Jun 28 2018, 11:56 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ABataev created this revision.Jun 28 2018, 11:56 AM
grokos accepted this revision.Jun 29 2018, 9:12 AM

The addition looks good. I've seen this piece of code in quite a few places, maybe we need to refactor it into a mini-function. But let's revisit that in the future.

This revision is now accepted and ready to land.Jun 29 2018, 9:12 AM
This revision was automatically updated to reflect the committed changes.