This is an archive of the discontinued LLVM Phabricator instance.

Mask processing improvements
ClosedPublic

Authored by tlwilmar on Jun 13 2016, 11:01 AM.

Details

Summary

Remove static specifier from var fullMask and remove kmp_get_fullMask() routine.
When iterating through procs in a mask, always check if proc is in fullMask (this check was missing in a few places).

Patch by Brian Bliss.

Diff Detail

Repository
rL LLVM

Event Timeline

tlwilmar updated this revision to Diff 60561.Jun 13 2016, 11:01 AM
tlwilmar retitled this revision from to Mask processing improvements.
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.
tlwilmar updated this revision to Diff 60586.Jun 13 2016, 12:31 PM

Also, rename fullMask to __kmp_affin_fullMask.

jlpeyton accepted this revision.Jun 13 2016, 2:28 PM
jlpeyton edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 13 2016, 2:28 PM
This revision was automatically updated to reflect the committed changes.