[clang] [llvm] [ImmutableSet] Optimize add/remove operations to avoid redundant tree modifications (PR #159845)
Utkarsh Saxena via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 22 04:25:11 PDT 2025
usx95 wrote:
> Did we only have this issue with the sets? Are the maps fine?
Maps are implemented as a set of key, value pair and therefore use the same API.
https://github.com/llvm/llvm-project/pull/159845
More information about the llvm-commits
mailing list