This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]Fix PR50929: Ignored initializer clause in user-defined reduction.
ClosedPublic

Authored by ABataev on Jun 29 2021, 12:36 PM.

Details

Summary

No need to try to create the default constructor for private copy, it
will be called automatically in the initializer of the declare
reduction. Fixes balance between constructors/destructors calls.

Diff Detail

Event Timeline

ABataev created this revision.Jun 29 2021, 12:36 PM
ABataev requested review of this revision.Jun 29 2021, 12:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 29 2021, 12:36 PM
Herald added a subscriber: sstefan1. · View Herald Transcript
This revision is now accepted and ready to land.Jun 29 2021, 5:49 PM