[PATCH] D47836: Use SmallPtrSet explicitly for SmallSets with pointer types (NFC).
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 6 17:32:07 PDT 2018
craig.topper added a comment.
In fact there is at least one place that iterates while using the SmallSet specialization on a pointer. It's DAGCombiner::MatchLoadCombine. Why is that not changed by this patch?
https://reviews.llvm.org/D47836
More information about the llvm-commits
mailing list