This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]Fix PR45911: Data sharing and lambda capture.
ClosedPublic

Authored by ABataev on May 14 2020, 2:36 PM.

Details

Summary

No need to generate inlined OpenMP region for variables captured in
lambdas or block decls, only for implicitly captured variables in the
OpenMP region.

Diff Detail

Event Timeline

ABataev created this revision.May 14 2020, 2:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 14 2020, 2:36 PM
This revision is now accepted and ready to land.May 20 2020, 8:15 AM
This revision was automatically updated to reflect the committed changes.