This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]PR53344: Emit code for final update of the inscan reduction vars in worksharing loops.
ClosedPublic

Authored by ABataev on Mar 7 2022, 1:36 PM.

Details

Summary

Need to emit final update of the inscan reduction variables. For
worksharing loops, the reduction values are stored in the temp array,
need to copy the last element to the original var at the end of the
construct.

Diff Detail

Event Timeline

ABataev created this revision.Mar 7 2022, 1:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 7 2022, 1:36 PM
ABataev requested review of this revision.Mar 7 2022, 1:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 7 2022, 1:36 PM
Herald added a subscriber: sstefan1. · View Herald Transcript
This revision was not accepted when it landed; it landed in state Needs Review.Apr 28 2022, 10:42 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.