[llvm] [mlir] [ADT] Use a dedicated empty type for StringSet (NFC) (PR #165967)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 1 09:17:11 PDT 2025


================
@@ -21,6 +21,9 @@
 
 namespace llvm {
 
+/// The "value type" of StringSet represented as an empty struct.
+struct StringSetTag {};
----------------
kazutakahirata wrote:

Fixed.

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


More information about the llvm-commits mailing list