This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Add more verbose remarks for runtime folding
ClosedPublic

Authored by jhuber6 on Sep 10 2021, 1:19 PM.

Details

Summary

We peform runtime folding, but do not currently emit remarks when it is
performed. This is because it comes from the runtime library and is
beyond the users control. However, people may still wish to view this
and similar information easily, so we can enable this behaviour using a
special flag to enable verbose remarks.

Diff Detail

Event Timeline

jhuber6 created this revision.Sep 10 2021, 1:19 PM
jhuber6 requested review of this revision.Sep 10 2021, 1:19 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptSep 10 2021, 1:19 PM
jhuber6 updated this revision to Diff 372001.Sep 10 2021, 1:26 PM

Changing 'Folding' to 'Replacing'.

jdoerfert accepted this revision.Sep 10 2021, 2:24 PM

LG, thanks.

This revision is now accepted and ready to land.Sep 10 2021, 2:24 PM
This revision was landed with ongoing or failed builds.Sep 10 2021, 2:36 PM
This revision was automatically updated to reflect the committed changes.