This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][NFC] Add option to print module after OpenMPOpt for debugging
ClosedPublic

Authored by jhuber6 on Aug 16 2021, 10:08 AM.

Details

Summary

This patch adds an extra option to print the module after running one of
the OpenMPOpt passes if debugging is enabled. This makes it much easier
to inspect the effects of this pass when doing debugging.

Diff Detail

Event Timeline

jhuber6 created this revision.Aug 16 2021, 10:08 AM
jhuber6 requested review of this revision.Aug 16 2021, 10:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2021, 10:08 AM
This revision is now accepted and ready to land.Aug 16 2021, 10:41 AM