[PATCH] D54514: [llvm-exegesis] InstructionBenchmarkClustering::dbScan(): use manual std::deque<size_t> + std::vector<char> instead of SetVector.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 19 10:11:51 PST 2018
MaskRay added a comment.
I commented in some other revision that the change to `llvm::SetVector<size_t, std::deque<size_t>> ToProcess;` is unnecessary... Anyway, I think this is superseded by https://reviews.llvm.org/D54442
Repository:
rL LLVM
https://reviews.llvm.org/D54514
More information about the llvm-commits
mailing list