Kazu Hirata ccc066e8d5
[TableGen] Avoid repeated map lookups (NFC) (#124448)
This patch avoids repeated map lookups and constructions of temporary
std::string instances by switching to DenseSet.
2025-01-26 11:50:10 -08:00
..