mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 06:17:06 +00:00

Introduce 'erase(const ElemTy &V)' member function to allow the deletion of a certain value from EquivClasses. This is essential for certain scenarios that require modifying the contents of EquivClasses. --------- Co-authored-by: Florian Hahn <flo@fhahn.com>