[PATCH] D132512: [SmallVector] Reallocate if assigned memory is right after the current vector, created with capacity 0
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 30 05:35:04 PDT 2022
fhahn added a comment.
Can this be limited to instantiations where the original original size is 0, as IIUC this only applies to `llvm::SmallVector<T, 0>`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132512/new/
https://reviews.llvm.org/D132512
More information about the llvm-commits
mailing list