This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Add additional remarks for OpenMPOpt
ClosedPublic

Authored by jhuber6 on Jun 29 2021, 2:06 PM.

Details

Summary

This patch adds additional remarks, suggesting the use of noescape for failed
globalization and indicating when internalization failed.

Diff Detail

Event Timeline

jhuber6 created this revision.Jun 29 2021, 2:06 PM
jhuber6 requested review of this revision.Jun 29 2021, 2:06 PM
Herald added a reviewer: baziotis. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
jhuber6 updated this revision to Diff 355359.Jun 29 2021, 2:06 PM

Forgot to format.

jdoerfert accepted this revision.Jun 29 2021, 3:00 PM

LG, one nit

llvm/lib/Transforms/IPO/AttributorAttributes.cpp
5199

leftover

This revision is now accepted and ready to land.Jun 29 2021, 3:00 PM
jhuber6 updated this revision to Diff 355388.Jun 29 2021, 3:41 PM

Removing leftover debug print.

This revision was landed with ongoing or failed builds.Jun 30 2021, 6:49 AM
This revision was automatically updated to reflect the committed changes.