This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Fix ref count dec for implicit map of partial data
ClosedPublic

Authored by jdenny on Aug 5 2020, 3:44 PM.

Details

Summary

D85342 broke this case. The new test case presents an example.

Diff Detail

Event Timeline

jdenny created this revision.Aug 5 2020, 3:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 5 2020, 3:44 PM
jdenny requested review of this revision.Aug 5 2020, 3:44 PM
jdenny updated this revision to Diff 283449.Aug 5 2020, 5:20 PM

Don't examine LIBOMPTARGET_DEBUG=1 output in the test. It doesn't work in release builds.

grokos accepted this revision.Aug 6 2020, 12:24 AM

Nice catch! Looks good.

This revision is now accepted and ready to land.Aug 6 2020, 12:24 AM
This revision was automatically updated to reflect the committed changes.