This is an archive of the discontinued LLVM Phabricator instance.

CodeGen: Use asm register names in warning message
ClosedPublic

Authored by arsenm on Feb 2 2022, 10:25 AM.

Details

Summary

This was using the ugly tablegenerated register enum names, which are
really hideous for register tuples on AMDGPU. Use the prettier names
which are recognized by the asm parser.

Diff Detail

Event Timeline

arsenm created this revision.Feb 2 2022, 10:25 AM
arsenm requested review of this revision.Feb 2 2022, 10:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 2 2022, 10:25 AM
Herald added a subscriber: wdng. · View Herald Transcript
nickdesaulniers accepted this revision.Feb 2 2022, 10:36 AM
This revision is now accepted and ready to land.Feb 2 2022, 10:36 AM