[PATCH] D98190: [NFC] Use SmallString instead of std::string for the AttrBuilder

Benjamin Kramer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 9 04:58:26 PST 2021


bkramer added a comment.

Do we have some information on how long these attributes typically are? libc++'s std::string has an inline capacity of 24, which is why I've been reluctant to change this so far.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98190/new/

https://reviews.llvm.org/D98190



More information about the llvm-commits mailing list