[PATCH] D65681: Add support for TinyPtrVector<PointerIntPair<...> >
Andrew Trick via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 19:27:31 PDT 2019
atrick abandoned this revision.
atrick added a comment.
I'm abandoning this. Adding a member to PointerLikeTypeTraits is going to be a merge problem for some LLVM projects. I'm going back to the simpler way of converting to PtrToIntPair to an opaque pointers to check whether it can be an element in TinyPtrVector now that I've convinced myself that the simple way is still correct.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65681/new/
https://reviews.llvm.org/D65681
More information about the llvm-commits
mailing list