This is an archive of the discontinued LLVM Phabricator instance.

[AsmWriter] Add option to print users of an operation as a comment
AbandonedPublic

Authored by cpillmayer on Apr 18 2022, 2:22 PM.

Details

Reviewers
None
Summary

This capability in the AssemblyWriter allows to print users of an operation as a comment.
To be able to refer to void type users such as store or ret, an option to generate slot numbers for void instructions is added.

Diff Detail

Event Timeline

cpillmayer created this revision.Apr 18 2022, 2:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 18 2022, 2:22 PM
cpillmayer requested review of this revision.Apr 18 2022, 2:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 18 2022, 2:22 PM
cpillmayer abandoned this revision.Feb 17 2023, 11:01 AM