This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Rework OpenMP remarks
ClosedPublic

Authored by jhuber6 on Jul 13 2021, 8:34 AM.

Details

Summary

This patch rewrites and reworks a few of the existing remarks to make the mmore
concise and consistent prior to writing the documentation for them.

Diff Detail

Event Timeline

jhuber6 created this revision.Jul 13 2021, 8:34 AM
jhuber6 requested review of this revision.Jul 13 2021, 8:34 AM
Herald added a reviewer: baziotis. · View Herald Transcript
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
jdoerfert accepted this revision.Jul 13 2021, 8:52 AM

typo in commit message.

Some minor suggestions. LG

llvm/lib/Transforms/IPO/OpenMPOpt.cpp
1205

"unsused"? Maybe "side-effect free" or "empty"?

2812
2945
This revision is now accepted and ready to land.Jul 13 2021, 8:52 AM
jhuber6 updated this revision to Diff 358287.Jul 13 2021, 8:58 AM

Addressing comments.

jhuber6 updated this revision to Diff 358292.Jul 13 2021, 9:10 AM

Forgot to update two tests.

jhuber6 updated this revision to Diff 359319.Jul 16 2021, 7:42 AM

Small changes.

This revision was landed with ongoing or failed builds.Jul 16 2021, 11:07 AM
This revision was automatically updated to reflect the committed changes.