[PATCH] D94439: [ADT][NFC] Use empty base optimisation in BumpPtrAllocatorImpl
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 11 12:10:02 PST 2021
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
I think for full generality the standard library does some things to check if a type can be derived from before using it in this way - but we probably don't need all that machinery for LLVM-internal allocator stuff like this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94439/new/
https://reviews.llvm.org/D94439
More information about the llvm-commits
mailing list