This is an archive of the discontinued LLVM Phabricator instance.

[TableGen] Avoid unnecessary std::string creations
ClosedPublic

Authored by RKSimon on Oct 6 2017, 6:57 AM.

Details

Summary

Avoid unnecessary std::string creations in the TreePredicateFn getters and in CodeGenDAGPatterns::getSDNodeNamed

Diff Detail

Repository
rL LLVM

Event Timeline

RKSimon created this revision.Oct 6 2017, 6:57 AM
kparzysz accepted this revision.Oct 6 2017, 3:42 PM
This revision is now accepted and ready to land.Oct 6 2017, 3:42 PM
This revision was automatically updated to reflect the committed changes.