================
@@ -220,6 +221,57 @@ template <class ElemTy> class EquivalenceClasses {
     return *ECV;
   }
 
+  /// erase - Erase a value from the union/find set, return "true" if erase
+  /// succeeded.
----------------
cxy-1993 wrote:
done
https://github.com/llvm/llvm-project/pull/134660