[Mlir-commits] [mlir] [mlir] Improve dialect conversion failure diagnostics (PR #182729)

Matthias Springer llvmlistbot at llvm.org
Thu Mar 5 02:42:21 PST 2026


================
@@ -25,7 +25,9 @@
 #include "llvm/Support/FormatVariadic.h"
 #include "llvm/Support/SaveAndRestore.h"
 #include "llvm/Support/ScopedPrinter.h"
+#include "llvm/Support/raw_ostream.h"
 #include <optional>
+#include <string>
----------------
matthias-springer wrote:

Are the extra imports needed?

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


More information about the Mlir-commits mailing list