This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Fix a small few issues
ClosedPublic

Authored by jlpeyton on Jul 13 2021, 12:39 PM.

Details

Summary
  • Add comment to help ensure new construct data are added in two places
  • Check for division by zero in the loop worksharing code
  • Check for syntax errors in par-range parsing

Diff Detail

Event Timeline

jlpeyton created this revision.Jul 13 2021, 12:39 PM
jlpeyton requested review of this revision.Jul 13 2021, 12:39 PM
This revision is now accepted and ready to land.Jul 21 2021, 4:47 AM
This revision was automatically updated to reflect the committed changes.