================ @@ -23,6 +23,9 @@ #include "llvm/TableGen/TableGenBackend.h" using namespace mlir; +using llvm::interleaveComma; ---------------- River707 wrote: I'd drop this one, we generally don't add usings for things like this. https://github.com/llvm/llvm-project/pull/110841