[PATCH] D91467: ADT: Take small enough, trivially copyable T by value in SmallVector
Duncan P. N. Exon Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 23 14:43:56 PST 2020
dexonsmith abandoned this revision.
dexonsmith added a comment.
Abandoning this in favour of:
- https://reviews.llvm.org/D93777
- https://reviews.llvm.org/D93779
- https://reviews.llvm.org/D93780
- https://reviews.llvm.org/D93781
(which are split out from https://reviews.llvm.org/D91837)
The new work fixes reference invalidation for most of the same APIs (skipping `emplace_back` so far) but for all `T`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91467/new/
https://reviews.llvm.org/D91467
More information about the llvm-commits
mailing list