This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][NFC] Add an option to print the module before in OpenMPOpt
ClosedPublic

Authored by jhuber6 on Mar 1 2022, 1:40 PM.

Details

Summary

Previously there was a debug flag to print the module after
optimizations. Sometimes we wanted to print the module before
optimizations so this is being split into two flags.
-openmp-opt-print-module is now -openmp-opt-print-module-after.

Diff Detail

Event Timeline

jhuber6 created this revision.Mar 1 2022, 1:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2022, 1:40 PM
jhuber6 requested review of this revision.Mar 1 2022, 1:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2022, 1:40 PM
This revision is now accepted and ready to land.Mar 1 2022, 2:07 PM
This revision was landed with ongoing or failed builds.Mar 1 2022, 2:09 PM
This revision was automatically updated to reflect the committed changes.