mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
c04b96f72a
llvm::EquivalenceClasses is an efficient data structure from LLVM, to compute equivalence classes among objects with Tarjan's union-find. This commit uses that to avoid an hand-crafted very inefficient algorithm.