This is an archive of the discontinued LLVM Phabricator instance.

[NFC][TableGen] Optimize DecoderEmmitter
AbandonedPublic

Authored by zsrkmyn on Jun 15 2022, 7:04 AM.

Details

Reviewers
None
Summary
  1. Replace std::string with StringRef;
  2. Hoist a map query out of loop & avoid unnecessary element construction.

Diff Detail

Event Timeline

zsrkmyn created this revision.Jun 15 2022, 7:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2022, 7:04 AM
zsrkmyn requested review of this revision.Jun 15 2022, 7:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2022, 7:04 AM
zsrkmyn abandoned this revision.Jun 15 2022, 7:07 AM