[PATCH] D47836: Use SmallPtrSet explicitly for SmallSets with pointer types (NFC).

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 6 10:35:04 PDT 2018


dblaikie added a comment.

Seems OK to me - but not necessarily a strong motivation. Is the SmallPtr header dependency a significant impact? Would it be easier for to go the other way & normalize/standardize on SmallSet everywhere, if it reasonably does the right thing for pointers?


https://reviews.llvm.org/D47836





More information about the llvm-commits mailing list