This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP50]Support 'task' modifier in reduction clauses.
ClosedPublic

Authored by ABataev on Apr 23 2020, 11:32 AM.

Details

Summary

Added basic support for 'task' modifier in the reduction clauses in
non-simd parallel and worksharing constructs.

Diff Detail

Event Timeline

ABataev created this revision.Apr 23 2020, 11:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 23 2020, 11:32 AM
jdoerfert accepted this revision.Apr 30 2020, 5:41 AM

I'm assuming we do not have to check that no one uses task, inscan: + : m, right? If so, LGTM.

This revision is now accepted and ready to land.Apr 30 2020, 5:41 AM
This revision was automatically updated to reflect the committed changes.