[clang] [llvm] [ADT] Make canonicalization a compile-time parameter of ImmutableSet/Map (PR #209300)

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 14 04:34:02 PDT 2026


================
@@ -302,10 +340,10 @@ class ImutAVLTree {
     // Check the lowest bit to determine if digest has actually been
     // pre-computed.
     if (hasCachedDigest())
-      return digest;
+      return this->digest.Digest;
----------------
Xazax-hun wrote:

We do not need this for digest. Indeed.

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


More information about the cfe-commits mailing list