This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo][InstrRef] Prettyprint metadata
ClosedPublic

Authored by aheejin on May 15 2023, 3:20 PM.

Details

Summary

Some metadata prettyprinting, including variable prettyprinting and
debug line info comments, is currently only supported for DBG_VALUE.
This allows DBG_INSTR_REF can be printed in the same way.

Diff Detail

Event Timeline

aheejin created this revision.May 15 2023, 3:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 15 2023, 3:20 PM
aheejin requested review of this revision.May 15 2023, 3:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 15 2023, 3:20 PM
jmorse accepted this revision.May 16 2023, 5:36 AM

Yes please! (LGTM)

This revision is now accepted and ready to land.May 16 2023, 5:36 AM
This revision was automatically updated to reflect the committed changes.