[llvm] [mlir] [EquivalenceClasses] Use DenseMap instead of std::set. (NFC) (PR #134264)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 3 08:59:57 PDT 2025


https://github.com/fhahn commented:

It also possible to use a single SetVector, although it requires some more indirections and is quite a bit more code: https://github.com/llvm/llvm-project/commit/a683c91d9a63e22443a8905f83ef7139fbaf6c6d

Not sure if there's a better/easier way to do things



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


More information about the llvm-commits mailing list