This is an archive of the discontinued LLVM Phabricator instance.

Reduce the number of memory allocations when displaying a warning about clobbering reserved registers (NFC).
ClosedPublic

Authored by chill on Aug 17 2020, 9:17 AM.

Details

Summary

Also address some minor inefficiencies and style issues.

Diff Detail

Event Timeline

chill created this revision.Aug 17 2020, 9:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2020, 9:17 AM
chill requested review of this revision.Aug 17 2020, 9:17 AM
stuij accepted this revision.Aug 28 2020, 6:21 AM

Looks harmless :o) Thanks, LGTM.

This revision is now accepted and ready to land.Aug 28 2020, 6:21 AM
This revision was automatically updated to reflect the committed changes.