This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]Do not allow threadprivates as base for array-like reduction.
ClosedPublic

Authored by ABataev on Aug 11 2020, 11:03 AM.

Details

Summary

The base must be shared between the threads, threadprivates are not
allowed to be bases for array-like reductions.

Diff Detail

Event Timeline

ABataev created this revision.Aug 11 2020, 11:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 11 2020, 11:03 AM
ABataev requested review of this revision.Aug 11 2020, 11:03 AM
This revision is now accepted and ready to land.Sep 8 2020, 9:57 PM