[PATCH] D33088: [LiveVariables] Switch Kill/Defs sets to be `DenseSet`
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 12 09:40:29 PDT 2017
davide added a comment.
In https://reviews.llvm.org/D33088#752754, @sanjoy wrote:
> How big does the set get? Did you try using `SmallDenseSet` instead?
I don't have numbers off-hand, but I'll run my experiments and follow up here.
Repository:
rL LLVM
https://reviews.llvm.org/D33088
More information about the llvm-commits
mailing list