This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Ignore schedule modifier in static scheduling
ClosedPublic

Authored by hbae on Sep 30 2022, 12:25 PM.

Details

Summary

The modifier bits in the schedule type is not used/supported in the
static scheduler, so it should be ignored.

Diff Detail

Event Timeline

hbae created this revision.Sep 30 2022, 12:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 30 2022, 12:25 PM
hbae requested review of this revision.Sep 30 2022, 12:25 PM
jdoerfert accepted this revision.Oct 1 2022, 9:25 AM
This revision is now accepted and ready to land.Oct 1 2022, 9:25 AM
This revision was automatically updated to reflect the committed changes.