[clang] [llvm] [EquivalenceClasses] Use SmallVector for deterministic iteration order. (PR #134075)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 2 05:32:11 PDT 2025


https://github.com/nikic approved this pull request.

This looks reasonable to me. We could keep the existing API with a custom iterator, but given the limited amount of uses this seems ok.

https://github.com/llvm/llvm-project/pull/134075


More information about the llvm-commits mailing list