[PATCH] D83849: [TableGen] Change std::vector to SmallVector

Nadav Rotem via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 15 22:29:09 PDT 2020


nadav added a comment.

@wenlei You are right. SmallVector is a better fit. I updated the patch.

This patch, and D83920 <https://reviews.llvm.org/D83920>. D83797 <https://reviews.llvm.org/D83797>, D83788 <https://reviews.llvm.org/D83788> that I sent today were all discovered by an internal performance tool.


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

https://reviews.llvm.org/D83849





More information about the llvm-commits mailing list