[PATCH] D56362: [DemandedBits] Use SetVector for Worklist

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 8 14:32:34 PST 2019


nikic added a comment.

I've submitted D56455 <https://reviews.llvm.org/D56455> to fix the SmallDenseMap bug this triggered. Also reduced this to use 16 instead of 128 inline elements. That seems to be a more typical value and also sidesteps the issue :)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56362/new/

https://reviews.llvm.org/D56362





More information about the llvm-commits mailing list