This is an archive of the discontinued LLVM Phabricator instance.

[MC] Add the ability to pass MCRegisterInfo to dump_pretty
AcceptedPublic

Authored by hgreving on May 13 2021, 9:23 AM.

Details

Reviewers
majnemer
kariddi
Summary

Adds the ability to pass MCRegisterInfo to dump_pretty and to the print functions,
so that if present, target specific enum names are printed instead of enum values.

Diff Detail

Event Timeline

hgreving created this revision.May 13 2021, 9:23 AM
hgreving requested review of this revision.May 13 2021, 9:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 13 2021, 9:23 AM
hgreving edited the summary of this revision. (Show Details)May 13 2021, 1:17 PM
This revision is now accepted and ready to land.May 13 2021, 1:30 PM
kariddi accepted this revision.May 14 2021, 1:12 PM