[PATCH] D91017: [BranchProbabilityInfo] Use SmallVector (NFC)

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 7 16:01:20 PST 2020


MaskRay added a comment.

It is true that SmallVector is more convenient to use but this change also has potential to increase memory usage. Have you checked whether this can increase memory usage?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91017



More information about the llvm-commits mailing list