llvm-project
02cb5bca - [ADT] Teach set_intersect to erase with iterators (#99569)

Commit
1 year ago
[ADT] Teach set_intersect to erase with iterators (#99569) Without this patch, we erase an element in S1 by value even though we have an interator pointing to it. This patch tries to use erase(iter) to avoid redundant lookups.
Parents
Loading