[PATCH] D33088: [LiveVariables] Switch Kill/Defs sets to be `DenseSet`

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 17:10:13 PDT 2017


sanjoy added a comment.

How big does the set get?  Did you try using `SmallDenseSet` instead?


Repository:
  rL LLVM

https://reviews.llvm.org/D33088





More information about the llvm-commits mailing list