[PATCH] D54418: [llvm-exegesis] InstructionBenchmarkClustering::dbScan(): replace SetVector with custom BitVectorVector

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 12 03:13:11 PST 2018


RKSimon added a comment.

I'm not convinced you need a new type here - why don't you just use BitVector (or SparseBitVector?) and create a helper function for the insert/erase?


Repository:
  rL LLVM

https://reviews.llvm.org/D54418





More information about the llvm-commits mailing list