[PATCH] D64601: [MemorySSA] Use SetVector to avoid nondeterminism.
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 11 15:17:49 PDT 2019
asbirlea added a comment.
I'd be interested if there's a better way to use a `SmallSetVector`, without needing the "8". I don't see an `Impl` version.
The only alternative I came up with was something like:
template <class OrderedSetT>
void removeBlocks(const OrderedSetT &DeadBlocks);
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64601/new/
https://reviews.llvm.org/D64601
More information about the llvm-commits
mailing list