This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Hide "removing function" diagnostics by default
ClosedPublic

Authored by Pierre-vh on Apr 6 2023, 5:08 AM.

Details

Summary

Use an OptimizationRemark for them even though it's not really an
optimization. It just integrates better with the other diagnostics
(enabling is easy with -pass-remark).

Diff Detail

Event Timeline

Pierre-vh created this revision.Apr 6 2023, 5:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 6 2023, 5:08 AM
Pierre-vh requested review of this revision.Apr 6 2023, 5:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 6 2023, 5:08 AM
arsenm accepted this revision.Apr 7 2023, 4:08 PM
This revision is now accepted and ready to land.Apr 7 2023, 4:08 PM