This is an archive of the discontinued LLVM Phabricator instance.

Fix checks on schedule struct
ClosedPublic

Authored by tlwilmar on Jun 30 2016, 8:06 AM.

Details

Summary

This change fixes an error in comparing the existing schedule on the team to the new schedule, in the chunk field. Also added additional checks and used KMP_CHECK_UPDATE where appropriate.

Patch by Terry Wilmarth.

Diff Detail

Repository
rL LLVM

Event Timeline

tlwilmar updated this revision to Diff 62364.Jun 30 2016, 8:06 AM
tlwilmar retitled this revision from to Fix checks on schedule struct.
tlwilmar updated this object.
tlwilmar added reviewers: AndreyChurbanov, jlpeyton.
tlwilmar set the repository for this revision to rL LLVM.
tlwilmar added a subscriber: openmp-commits.
AndreyChurbanov accepted this revision.Jun 30 2016, 11:28 AM
AndreyChurbanov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 30 2016, 11:28 AM
This revision was automatically updated to reflect the committed changes.