[PATCH] D77621: ADT: SmallVector size/capacity use word-size integers when elements are small
Andrew via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 24 20:02:19 PDT 2020
browneee added a comment.
Reverted in 5cb4c3776a34d48e43d9118921d2191aee0e3d21 <https://reviews.llvm.org/rG5cb4c3776a34d48e43d9118921d2191aee0e3d21>
Fails on plaforms where uintptr_t is the same type as uint32_t.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77621/new/
https://reviews.llvm.org/D77621
More information about the cfe-commits
mailing list