[llvm] [ADT] Rewrite ImmutableSet/Map in-order iterator without per-node state (PR #205552)
Arseniy Zaostrovnykh via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 25 07:35:15 PDT 2026
================
----------------
necto wrote:
Would it be useful to have an assertion checking that once the node equality is established, their paths are equal a well? This could help find some nasty bugs comparing iterators from different trees. It would be more expensive in debug builds, though, so I'll let you judge if it is worth it.
https://github.com/llvm/llvm-project/pull/205552
More information about the llvm-commits
mailing list