This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Emit remark on the captured call instead of the variable
ClosedPublic

Authored by jhuber6 on Jul 28 2021, 11:25 AM.

Details

Summary

Changes the remark to emit on the function call that captures the globalized
variable instead of the globalized variable itself. The user should be able to
see which variable it was in the argument list of the function.

Diff Detail

Event Timeline

jhuber6 created this revision.Jul 28 2021, 11:25 AM
jhuber6 requested review of this revision.Jul 28 2021, 11:25 AM
Herald added a reviewer: baziotis. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
ormris removed a subscriber: ormris.Jan 24 2022, 11:50 AM
This revision is now accepted and ready to land.Feb 4 2022, 12:39 PM